aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-04-03 11:50:29 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-04-03 11:51:02 +0200
commit9bd1bdd08cd4e90f5004c40f2f3cee0f250b0811 (patch)
treea650058b6950caf5d67dc468964b6eeeb158dc0c /src/qt/walletmodel.h
parent8556b0298d6b7101b063862fb4ab6b4a67dd2361 (diff)
parent392783697c21a0c4cf3db6b0946d3d44d7fed537 (diff)
downloadbitcoin-9bd1bdd08cd4e90f5004c40f2f3cee0f250b0811.tar.xz
Merge pull request #3928
3927836 [Qt] rescan progress (Cozz Lovan)
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index 28a9169e27..ccf590aaed 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -237,6 +237,9 @@ signals:
// Coins sent: from wallet, to recipient, in (serialized) transaction:
void coinsSent(CWallet* wallet, SendCoinsRecipient recipient, QByteArray transaction);
+ // Show progress dialog e.g. for rescan
+ void showProgress(const QString &title, int nProgress);
+
public slots:
/* Wallet status might have changed */
void updateStatus();