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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/walletview.h b/src/qt/walletview.h
index 6bcd70baf9..6ad5180d56 100644
--- a/src/qt/walletview.h
+++ b/src/qt/walletview.h
@@ -99,6 +99,10 @@ public slots:
void unlockWallet();
void setEncryptionStatus();
+
+signals:
+ /** Signal that we want to show the main window */
+ void showNormalIfMinimized();
};
#endif // WALLETVIEW_H