qt: Revamp ClientModel code to handle NetworkActiveChanged core signal

No behavior change.
This commit is contained in:
Hennadii Stepanov
2022-04-10 17:57:10 +02:00
parent 639563d7fe
commit bfe5140c50
2 changed files with 4 additions and 14 deletions

View File

@@ -122,7 +122,6 @@ Q_SIGNALS:
void showProgress(const QString &title, int nProgress);
public Q_SLOTS:
void updateNetworkActive(bool networkActive);
void updateAlert();
void updateBanlist();
};