mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 19:23:26 -03:00
gui: Use AutoConnection for WalletModel::unload signal
This commit is contained in:
parent
391a27376b
commit
cefb399e21
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue