mirror of
https://github.com/QuasarApp/QuasarAppCoin.git
synced 2025-04-28 18:54:34 +00:00
gui: Use AutoConnection for WalletModel::unload signal
This commit is contained in:
parent
391a27376b
commit
cefb399e21
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user