mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 14:45:12 +01:00
[Qt] make Out-Of-Sync warning icon clickable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user