mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-05 05:02:06 +02:00
gui: Use AutoConnection for WalletModel::unload signal
This commit is contained in:
@ -376,7 +376,7 @@ bool WalletModel::changePassphrase(const SecureString &oldPass, const SecureStri
|
|||||||
static void NotifyUnload(WalletModel* walletModel)
|
static void NotifyUnload(WalletModel* walletModel)
|
||||||
{
|
{
|
||||||
qDebug() << "NotifyUnload";
|
qDebug() << "NotifyUnload";
|
||||||
QMetaObject::invokeMethod(walletModel, "unload", Qt::QueuedConnection);
|
QMetaObject::invokeMethod(walletModel, "unload");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void NotifyKeyStoreStatusChanged(WalletModel *walletmodel)
|
static void NotifyKeyStoreStatusChanged(WalletModel *walletmodel)
|
||||||
|
Reference in New Issue
Block a user