aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-04 22:34:16 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-05-19 03:01:53 +0300
commita0d0f1c6c3d736bc0ee076b7f27a0ef59fd260bc (patch)
treeed1fffe2efb10531679493655e70aaa292398afa /src/qt/bitcoingui.h
parent06d519f0b43ed16252428e935d3aeb5a38f582e0 (diff)
downloadbitcoin-a0d0f1c6c3d736bc0ee076b7f27a0ef59fd260bc.tar.xz
refactor: Remove Node:: queries from GUI
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index 6733585f68..82a2db9ba2 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -38,6 +38,7 @@ class WalletFrame;
class WalletModel;
class HelpMessageDialog;
class ModalOverlay;
+enum class SynchronizationState;
namespace interfaces {
class Handler;
@@ -213,7 +214,7 @@ public Q_SLOTS:
/** Set network state shown in the UI */
void setNetworkActive(bool networkActive);
/** Set number of blocks and last block date shown in the UI */
- void setNumBlocks(int count, const QDateTime& blockDate, double nVerificationProgress, bool headers);
+ void setNumBlocks(int count, const QDateTime& blockDate, double nVerificationProgress, bool headers, SynchronizationState sync_state);
/** Notify the user of an event from the core network or transaction handling code.
@param[in] title the message box / notification title