diff options
| author | Pieter Wuille <[email protected]> | 2016-04-28 16:18:45 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-05-17 00:45:58 +0200 |
| commit | b4d24e142e25a21c78ab74146c3520f2259fd7c2 (patch) | |
| tree | 2137ba5f3a179d993e7789815c4c2acdc8971dd6 /src/qt/clientmodel.h | |
| parent | Add -reindex-chainstate that does not rebuild block index (diff) | |
| download | discoin-b4d24e142e25a21c78ab74146c3520f2259fd7c2.tar.xz discoin-b4d24e142e25a21c78ab74146c3520f2259fd7c2.zip | |
Report reindexing progress in GUI
Diffstat (limited to 'src/qt/clientmodel.h')
| -rw-r--r-- | src/qt/clientmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 109f95a2a..439680431 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -89,7 +89,7 @@ private: Q_SIGNALS: void numConnectionsChanged(int count); - void numBlocksChanged(int count, const QDateTime& blockDate, double nVerificationProgress); + void numBlocksChanged(int count, const QDateTime& blockDate, double nVerificationProgress, bool header); void mempoolSizeChanged(long count, size_t mempoolSizeInBytes); void alertsChanged(const QString &warnings); void bytesChanged(quint64 totalBytesIn, quint64 totalBytesOut); |