Skip to content

Commit cefb399

Browse files
committed
gui: Use AutoConnection for WalletModel::unload signal
1 parent 391a273 commit cefb399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/walletmodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ bool WalletModel::changePassphrase(const SecureString &oldPass, const SecureStri
376376
static void NotifyUnload(WalletModel* walletModel)
377377
{
378378
qDebug() << "NotifyUnload";
379-
QMetaObject::invokeMethod(walletModel, "unload", Qt::QueuedConnection);
379+
QMetaObject::invokeMethod(walletModel, "unload");
380380
}
381381

382382
static void NotifyKeyStoreStatusChanged(WalletModel *walletmodel)

0 commit comments

Comments
 (0)