diff options
| author | Dusan Klinec <dusan.klinec@gmail.com> | 2019-03-27 09:28:42 +0100 |
|---|---|---|
| committer | Dusan Klinec <dusan.klinec@gmail.com> | 2019-04-06 14:52:14 +0200 |
| commit | 1a2675b24669e51ac79324d2889494b95eddef62 (patch) | |
| tree | 3482ffda535e8e80ff18879e055c1550cd6fe998 /src/libwalletqt/Wallet.h | |
| parent | 19c2208dc447ccb5ba9ff990cbdd6ecf6b96f23d (diff) | |
| download | monzero-gui-1a2675b24669e51ac79324d2889494b95eddef62.tar.gz monzero-gui-1a2675b24669e51ac79324d2889494b95eddef62.tar.xz monzero-gui-1a2675b24669e51ac79324d2889494b95eddef62.zip | |
async device open and create from device, passphrase
- passphrase entry on host added, requires early listener setting monero pull #5355
- wallet open and create from device shows splash to indicate possible long process
- create from device is async to support passphrase entry
Diffstat (limited to 'src/libwalletqt/Wallet.h')
| -rw-r--r-- | src/libwalletqt/Wallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libwalletqt/Wallet.h b/src/libwalletqt/Wallet.h index e3357528..2866c9fd 100644 --- a/src/libwalletqt/Wallet.h +++ b/src/libwalletqt/Wallet.h @@ -322,6 +322,8 @@ signals: void newBlock(quint64 height, quint64 targetHeight); void historyModelChanged() const; void walletCreationHeightChanged(); + void deviceButtonRequest(quint64 buttonCode); + void deviceButtonPressed(); // emitted when transaction is created async void transactionCreated(PendingTransaction * transaction, QString address, QString paymentId, quint32 mixinCount); |
