aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-10 17:57:10 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-10 18:56:29 +0200
commitbfe5140c50d16cc995c7da458d38759b68e9cbe6 (patch)
treea2260d708d5fd98e733805f87d2b3c750cef2fcc /src/qt/clientmodel.h
parent639563d7fea6b4d65840625dc466eede32d893cf (diff)
downloadbitcoin-bfe5140c50d16cc995c7da458d38759b68e9cbe6.tar.xz
qt: Revamp ClientModel code to handle NetworkActiveChanged core signal
No behavior change.
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r--src/qt/clientmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index c7c2337350..0fda277eb0 100644
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -122,7 +122,6 @@ Q_SIGNALS:
void showProgress(const QString &title, int nProgress);
public Q_SLOTS:
- void updateNetworkActive(bool networkActive);
void updateAlert();
void updateBanlist();
};