diff options
author | Prateek Sancheti <psancheti110@gmail.com> | 2021-08-07 13:47:17 +0530 |
---|---|---|
committer | Prateek Sancheti <psancheti110@gmail.com> | 2021-08-11 15:40:39 +0530 |
commit | 0237d95323dec7c65b7223c314afdf63aab6b11b (patch) | |
tree | fc408131f1bb3ea47c452eb65cedb1503b4d6f52 /src/qt/walletframe.h | |
parent | 03826aecc56c5c5c76570805897c2ddf92e11ab6 (diff) |
qt: Add Load PSBT functionaliy with nowallet
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r-- | src/qt/walletframe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h index 4f77bd716f..fe42293abc 100644 --- a/src/qt/walletframe.h +++ b/src/qt/walletframe.h @@ -48,6 +48,7 @@ public: Q_SIGNALS: void createWalletButtonClicked(); + void message(const QString& title, const QString& message, unsigned int style); private: QStackedWidget *walletStack; |