aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
diff options
context:
space:
mode:
authorJoão Barbosa <[email protected]>2019-01-18 00:23:19 +0000
committerJoão Barbosa <[email protected]>2019-01-18 00:27:34 +0000
commitcefb399e21cc82e18c2a151a8f35d8a08e671f72 (patch)
tree00efba8886e0204eb14e63a364c52d0d00fae7a1 /src/qt/walletmodel.cpp
parentMerge #15173: [doc] explain what .python-version does (diff)
downloaddiscoin-cefb399e21cc82e18c2a151a8f35d8a08e671f72.tar.xz
discoin-cefb399e21cc82e18c2a151a8f35d8a08e671f72.zip
gui: Use AutoConnection for WalletModel::unload signal
Diffstat (limited to 'src/qt/walletmodel.cpp')
-rw-r--r--src/qt/walletmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp
index e1fb4819f..f13915204 100644
--- a/src/qt/walletmodel.cpp
+++ b/src/qt/walletmodel.cpp
@@ -376,7 +376,7 @@ bool WalletModel::changePassphrase(const SecureString &oldPass, const SecureStri
static void NotifyUnload(WalletModel* walletModel)
{
qDebug() << "NotifyUnload";
- QMetaObject::invokeMethod(walletModel, "unload", Qt::QueuedConnection);
+ QMetaObject::invokeMethod(walletModel, "unload");
}
static void NotifyKeyStoreStatusChanged(WalletModel *walletmodel)