diff options
| author | Gavin Andresen <[email protected]> | 2013-02-22 08:59:36 -0800 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-02-22 08:59:36 -0800 |
| commit | 9dca7190f91189f5c0b8a7974fcc522e47d60e50 (patch) | |
| tree | 0ae7728844bb63315003c337d9373e6d8efb4bcd /src/qt/bitcoingui.h | |
| parent | Merge pull request #2312 from gmaxwell/random_random (diff) | |
| parent | Transactions-based verification progress (diff) | |
| download | discoin-9dca7190f91189f5c0b8a7974fcc522e47d60e50.tar.xz discoin-9dca7190f91189f5c0b8a7974fcc522e47d60e50.zip | |
Merge pull request #2310 from sipa/progressbar
Progressbar based on time-based estimation of transactions.
Diffstat (limited to 'src/qt/bitcoingui.h')
| -rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index c684fcf24..8ce0335bc 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -98,6 +98,8 @@ private: RPCConsole *rpcConsole; QMovie *syncIconMovie; + /** Keep track of previous number of blocks, to detect progress */ + int prevBlocks; /** Create the main UI actions. */ void createActions(); |