aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-01-03 15:09:57 +0100
committerJonas Schnelli <dev@jonasschnelli.ch>2017-01-19 09:10:04 +0100
commit40ec7c7b0d2a5a37de90635b676b16884b622dd6 (patch)
tree2e85b0992f571b5ed4e2790674e5d8a1c1a78bc5 /src/qt/bitcoingui.h
parent03e1d6ce349cc83b92140fec7d0c5f88893c0a9c (diff)
downloadbitcoin-40ec7c7b0d2a5a37de90635b676b16884b622dd6.tar.xz
[Qt] Improve progress display during headers-sync and peer-finding
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index 59540bfe6b..5c7851c566 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -149,6 +149,8 @@ private:
/** Update UI with latest network info from model. */
void updateNetworkState();
+ void updateHeadersSyncProgressLabel();
+
Q_SIGNALS:
/** Signal raised when a URI was entered or dragged to the GUI */
void receivedURI(const QString &uri);