diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2016-04-28 16:18:45 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-05-17 00:45:58 +0200 |
commit | b4d24e142e25a21c78ab74146c3520f2259fd7c2 (patch) | |
tree | 2137ba5f3a179d993e7789815c4c2acdc8971dd6 /src/qt/bitcoingui.h | |
parent | d3d75479115bc3480f163df774ee9dd2f8bd9f54 (diff) |
Report reindexing progress in GUI
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 27ef11c75c..33639ed5a2 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -150,7 +150,7 @@ public Q_SLOTS: /** Set number of connections shown in the UI */ void setNumConnections(int count); /** Set number of blocks and last block date shown in the UI */ - void setNumBlocks(int count, const QDateTime& blockDate, double nVerificationProgress); + void setNumBlocks(int count, const QDateTime& blockDate, double nVerificationProgress, bool headers); /** Notify the user of an event from the core network or transaction handling code. @param[in] title the message box / notification title |