aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-02-22 08:59:36 -0800
committerGavin Andresen <[email protected]>2013-02-22 08:59:36 -0800
commit9dca7190f91189f5c0b8a7974fcc522e47d60e50 (patch)
tree0ae7728844bb63315003c337d9373e6d8efb4bcd /src/qt/bitcoingui.h
parentMerge pull request #2312 from gmaxwell/random_random (diff)
parentTransactions-based verification progress (diff)
downloaddiscoin-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.h2
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();