diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2020-01-15 22:48:33 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2020-01-30 11:31:07 +0000 |
commit | ac3d10777d65b68862c6deb57594c8fc4d21ca77 (patch) | |
tree | 3e155d9f32783172580a9de832254f91bd60e9c3 /src/qt/walletview.h | |
parent | ac61ec9da6793f00b29ba11f784b9b1c3ae662e9 (diff) |
gui: Add transactionClicked and coinsSent signals to WalletView
Diffstat (limited to 'src/qt/walletview.h')
-rw-r--r-- | src/qt/walletview.h | 2 |
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 */ |