aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletframe.h
diff options
context:
space:
mode:
authorPrateek Sancheti <psancheti110@gmail.com>2021-08-07 13:47:17 +0530
committerPrateek Sancheti <psancheti110@gmail.com>2021-08-11 15:40:39 +0530
commit0237d95323dec7c65b7223c314afdf63aab6b11b (patch)
treefc408131f1bb3ea47c452eb65cedb1503b4d6f52 /src/qt/walletframe.h
parent03826aecc56c5c5c76570805897c2ddf92e11ab6 (diff)
downloadbitcoin-0237d95323dec7c65b7223c314afdf63aab6b11b.tar.xz
qt: Add Load PSBT functionaliy with nowallet
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r--src/qt/walletframe.h1
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;