aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r--src/qt/walletframe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h
index fcea4b3d22..74bdef40df 100644
--- a/src/qt/walletframe.h
+++ b/src/qt/walletframe.h
@@ -51,6 +51,8 @@ Q_SIGNALS:
/** Notify that the user has requested more information about the out-of-sync warning */
void requestedSyncWarningInfo();
+ void createWalletButtonClicked();
+
private:
QStackedWidget *walletStack;
BitcoinGUI *gui;