mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
qt, wallet, refactor: Move connection to QObject::deleteLater to ctor
This commit is contained in:
parent
f9b633eeab
commit
4a024fc310
2 changed files with 1 additions and 3 deletions
|
|
@ -191,6 +191,7 @@ WalletControllerActivity::WalletControllerActivity(WalletController* wallet_cont
|
|||
, m_wallet_controller(wallet_controller)
|
||||
, m_parent_widget(parent_widget)
|
||||
{
|
||||
connect(this, &WalletControllerActivity::finished, this, &QObject::deleteLater);
|
||||
}
|
||||
|
||||
void WalletControllerActivity::showProgressDialog(const QString& label_text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue