aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2018-12-05 22:51:49 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-01-25 14:50:30 +0200
commit593ba696fb32da558091ac02ad87c4893db4ce97 (patch)
treeefd32881ae4f2449f00e15e205196226d871c8bd /src/qt/rpcconsole.h
parentbfd7e5409720445b8439de20a5695b220f79f53d (diff)
downloadbitcoin-593ba696fb32da558091ac02ad87c4893db4ce97.tar.xz
Add warning messages to the debug window
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index 20dbf5ec95..876310a788 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -169,6 +169,9 @@ private:
/** Update UI with latest network info from model. */
void updateNetworkState();
+
+private Q_SLOTS:
+ void updateAlerts(const QString& warnings);
};
#endif // BITCOIN_QT_RPCCONSOLE_H