aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletview.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-07-19 15:27:14 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-08-26 09:53:09 +0200
commitbd44a04dc3fe94d2764fadd9f9a7deb81ff49f45 (patch)
treeebfd15a3a1c3d083c1b16b147839001e66121549 /src/qt/walletview.h
parent0904c3cda4d1f40d41154bd9b2739660bdf12852 (diff)
downloadbitcoin-bd44a04dc3fe94d2764fadd9f9a7deb81ff49f45.tar.xz
[Qt] make Out-Of-Sync warning icon clickable
Diffstat (limited to 'src/qt/walletview.h')
-rw-r--r--src/qt/walletview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qt/walletview.h b/src/qt/walletview.h
index 2045605954..c0a27ab989 100644
--- a/src/qt/walletview.h
+++ b/src/qt/walletview.h
@@ -110,6 +110,9 @@ public Q_SLOTS:
/** Show progress dialog e.g. for rescan */
void showProgress(const QString &title, int nProgress);
+ /** User has requested more information about the out of sync state */
+ void requestedOfSyncWarningInfo();
+
Q_SIGNALS:
/** Signal that we want to show the main window */
void showNormalIfMinimized();
@@ -121,6 +124,8 @@ Q_SIGNALS:
void hdEnabledStatusChanged(int hdEnabled);
/** Notify that a new transaction appeared */
void incomingTransaction(const QString& date, int unit, const CAmount& amount, const QString& type, const QString& address, const QString& label);
+ /** Notify that the out of sync warning icon has been pressed */
+ void outOfSyncWarningClicked();
};
#endif // BITCOIN_QT_WALLETVIEW_H