diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-04-09 10:59:29 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-04-09 10:59:29 -0700 |
commit | c553fe8d43e2011a1555cdf41c769ccf31b4d6a9 (patch) | |
tree | 65c9fc59e3b94aae4920745be6ff60e85226331d /src/qt/clientmodel.h | |
parent | 54c0b3eac7e617fb5edc322aaca166f3b4ef9288 (diff) | |
parent | 87dd6035e583d45d6c2e464867425ee1a9cad8e9 (diff) |
Merge pull request #2469 from Diapolo/clientmodel-progress
Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r-- | src/qt/clientmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 3ba34b2786..904bff1886 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -60,6 +60,8 @@ private: int cachedNumBlocks; int cachedNumBlocksOfPeers; + bool cachedReindexing; + bool cachedImporting; int numBlocksAtStartup; |