mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 14:45:12 +01:00
qt: Drop redundant OverviewPage::handleOutOfSyncWarningClicks slot
This change makes a connection directly to the signal that was emitted in the removed slot. This commit does not change behavior.
This commit is contained in:
@@ -65,7 +65,6 @@ private Q_SLOTS:
|
||||
void handleTransactionClicked(const QModelIndex &index);
|
||||
void updateAlerts(const QString &warnings);
|
||||
void updateWatchOnlyLabels(bool showWatchOnly);
|
||||
void handleOutOfSyncWarningClicks();
|
||||
void setMonospacedFont(bool use_embedded_font);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user