[Qt] make Out-Of-Sync warning icon clickable

This commit is contained in:
Jonas Schnelli
2016-07-19 15:27:14 +02:00
parent 0904c3cda4
commit bd44a04dc3
7 changed files with 34 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ public Q_SLOTS:
Q_SIGNALS:
void transactionClicked(const QModelIndex &index);
void outOfSyncWarningClicked();
private:
Ui::OverviewPage *ui;
@@ -62,6 +63,7 @@ private Q_SLOTS:
void handleTransactionClicked(const QModelIndex &index);
void updateAlerts(const QString &warnings);
void updateWatchOnlyLabels(bool showWatchOnly);
void handleOutOfSyncWarningClicks();
};
#endif // BITCOIN_QT_OVERVIEWPAGE_H