From 24cde0b7d1ad014ffca5d0af896bc50b30e5ddcd Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sun, 10 Feb 2013 19:01:30 +0100 Subject: Change progress bar from block-based to time-based This is less confusing to most people, and doesn't rely on estimates of the total number of blocks received from other nodes. --- src/qt/bitcoingui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qt/bitcoingui.h') diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index b7afdb1c8c..0726db7f9c 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(); -- cgit v1.2.3