diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-17 14:06:43 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-17 14:17:13 +0200 |
commit | 5df0b03c950184b2e2fdbfc6e9f8075dcf81c75c (patch) | |
tree | 889d52734e8e4a0a096289d52d03aa02d66f8292 /src/qt/clientmodel.h | |
parent | b5f918cbd69e02f1e955fe90a13444a15a7de43f (diff) |
make initial block download reporting somewhat better by tracking version responses
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r-- | src/qt/clientmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 6c2c275cef..f7ad14c28b 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -42,6 +42,9 @@ private: OptionsModel *optionsModel; + int cachedNumConnections; + int cachedNumBlocks; + signals: void numConnectionsChanged(int count); void numBlocksChanged(int count); |