aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-02-22 08:59:36 -0800
committerGavin Andresen <gavinandresen@gmail.com>2013-02-22 08:59:36 -0800
commit9dca7190f91189f5c0b8a7974fcc522e47d60e50 (patch)
tree0ae7728844bb63315003c337d9373e6d8efb4bcd /src/qt/bitcoingui.h
parentaaeb443791f880351692ac020e8fdea44d2270b0 (diff)
parent9f2467ad6241ce6cf0897ed30c676598d59441a7 (diff)
downloadbitcoin-9dca7190f91189f5c0b8a7974fcc522e47d60e50.tar.xz
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 c684fcf249..8ce0335bcd 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();