diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-01-19 20:51:59 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-01-19 20:47:04 +0100 |
commit | fa4d47814f298523aeb9a6658cc74fc46d316e33 (patch) | |
tree | b2a1f2e2df6e7d1b6a38eeb999cb3f0f9b4f9385 /src/qt/modaloverlay.h | |
parent | b25068697fdbfe3bc463b470f1295a44318c4467 (diff) |
qt: Use nPowTargetSpacing constant
Diffstat (limited to 'src/qt/modaloverlay.h')
-rw-r--r-- | src/qt/modaloverlay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/modaloverlay.h b/src/qt/modaloverlay.h index 6d1f12164e..21ccdbd839 100644 --- a/src/qt/modaloverlay.h +++ b/src/qt/modaloverlay.h @@ -9,7 +9,7 @@ #include <QWidget> //! The required delta of headers to the estimated number of available headers until we show the IBD progress -static const int REQ_HEADER_HEIGHT_DELTA_SYNC = 24; +static constexpr int HEADER_HEIGHT_DELTA_SYNC = 24; namespace Ui { class ModalOverlay; |