aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2016-10-24 07:21:51 +0000
committerJonas Schnelli <[email protected]>2018-03-06 12:03:26 +0800
commit85d5319716b7b31b27bc7950d756465ae472f11d (patch)
tree74dc713c03bcbf6608a8ad1e79a3e9a70b120c22 /src/qt/walletmodel.h
parentQt: Add a combobox to toolbar to select from multiple wallets (diff)
downloaddiscoin-85d5319716b7b31b27bc7950d756465ae472f11d.tar.xz
discoin-85d5319716b7b31b27bc7950d756465ae472f11d.zip
Qt: Ensure UI updates only come from the currently selected walletView
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index 9e13de79b..b0045fa27 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -255,7 +255,7 @@ Q_SIGNALS:
const CAmount& watchOnlyBalance, const CAmount& watchUnconfBalance, const CAmount& watchImmatureBalance);
// Encryption status of wallet changed
- void encryptionStatusChanged(int status);
+ void encryptionStatusChanged();
// Signal emitted when wallet needs to be unlocked
// It is valid behaviour for listeners to keep the wallet locked after this signal;