diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-09-26 18:58:51 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-09-26 22:29:45 +0200 |
commit | faa4de2a2ac2eb9bb6a419940da83fa898d16a3c (patch) | |
tree | 6170fcdfcff59a08f41090afe71439430c9f5f1d /src/qt/modaloverlay.h | |
parent | 2f71490d21796594ca6f55e375558944de9db5a0 (diff) |
[qt] sync-overlay: Don't block during reindex
Diffstat (limited to 'src/qt/modaloverlay.h')
-rw-r--r-- | src/qt/modaloverlay.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/modaloverlay.h b/src/qt/modaloverlay.h index 670c9e58ab..66c0aa78cf 100644 --- a/src/qt/modaloverlay.h +++ b/src/qt/modaloverlay.h @@ -35,7 +35,8 @@ protected: private: Ui::ModalOverlay *ui; - int bestBlockHeight; //best known height (based on the headers) + int bestHeaderHeight; //best known height (based on the headers) + QDateTime bestHeaderDate; QVector<QPair<qint64, double> > blockProcessTime; bool layerIsVisible; bool userClosed; |