aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletview.h
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-01-15 22:48:33 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-01-30 11:31:07 +0000
commitac3d10777d65b68862c6deb57594c8fc4d21ca77 (patch)
tree3e155d9f32783172580a9de832254f91bd60e9c3 /src/qt/walletview.h
parentac61ec9da6793f00b29ba11f784b9b1c3ae662e9 (diff)
downloadbitcoin-ac3d10777d65b68862c6deb57594c8fc4d21ca77.tar.xz
gui: Add transactionClicked and coinsSent signals to WalletView
Diffstat (limited to 'src/qt/walletview.h')
-rw-r--r--src/qt/walletview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/walletview.h b/src/qt/walletview.h
index 4313f0bfa2..7d8b09c0be 100644
--- a/src/qt/walletview.h
+++ b/src/qt/walletview.h
@@ -115,6 +115,8 @@ public Q_SLOTS:
void requestedSyncWarningInfo();
Q_SIGNALS:
+ void transactionClicked();
+ void coinsSent();
/** Fired when a message should be reported to the user */
void message(const QString &title, const QString &message, unsigned int style);
/** Encryption status of wallet changed */