From 392783697c21a0c4cf3db6b0946d3d44d7fed537 Mon Sep 17 00:00:00 2001 From: Cozz Lovan Date: Wed, 19 Mar 2014 00:26:14 +0100 Subject: [Qt] rescan progress --- src/wallet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wallet.h') diff --git a/src/wallet.h b/src/wallet.h index ef02c90eda..5fd56d0af6 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -391,6 +391,9 @@ public: */ boost::signals2::signal NotifyTransactionChanged; + + /** Show progress e.g. for rescan */ + boost::signals2::signal ShowProgress; }; /** A key allocated from the key pool. */ -- cgit v1.2.3