aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/walletview.h')
-rw-r--r--src/qt/walletview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/walletview.h b/src/qt/walletview.h
index 54451d744a..60544cbf88 100644
--- a/src/qt/walletview.h
+++ b/src/qt/walletview.h
@@ -105,6 +105,9 @@ public slots:
signals:
/** Signal that we want to show the main window */
void showNormalIfMinimized();
+
+ /** Fired when a message should be reported to the user */
+ void message(const QString &title, const QString &message, unsigned int style);
};
#endif // WALLETVIEW_H