diff options
| author | Cozz Lovan <[email protected]> | 2014-03-19 00:26:14 +0100 |
|---|---|---|
| committer | Cozz Lovan <[email protected]> | 2014-04-02 03:48:07 +0200 |
| commit | 392783697c21a0c4cf3db6b0946d3d44d7fed537 (patch) | |
| tree | 9f0808ba972d629af5cae087b57c398bbd015b95 /src/wallet.h | |
| parent | Merge pull request #3931 (diff) | |
| download | discoin-392783697c21a0c4cf3db6b0946d3d44d7fed537.tar.xz discoin-392783697c21a0c4cf3db6b0946d3d44d7fed537.zip | |
[Qt] rescan progress
Diffstat (limited to 'src/wallet.h')
| -rw-r--r-- | src/wallet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h index ef02c90ed..5fd56d0af 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -391,6 +391,9 @@ public: */ boost::signals2::signal<void (CWallet *wallet, const uint256 &hashTx, ChangeType status)> NotifyTransactionChanged; + + /** Show progress e.g. for rescan */ + boost::signals2::signal<void (const std::string &title, int nProgress)> ShowProgress; }; /** A key allocated from the key pool. */ |