Merge pull request #2310 from sipa/progressbar

Progressbar based on time-based estimation of transactions.
This commit is contained in:
Gavin Andresen
2013-02-22 08:59:36 -08:00
7 changed files with 119 additions and 53 deletions

View File

@@ -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();