From 593ba696fb32da558091ac02ad87c4893db4ce97 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 5 Dec 2018 22:51:49 +0200 Subject: Add warning messages to the debug window --- src/qt/rpcconsole.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qt/rpcconsole.h') 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 -- cgit v1.2.3