gui: Delete progress dialog instead of hidding it

This commit is contained in:
João Barbosa
2020-03-30 11:41:20 +01:00
parent ee9e88ba27
commit 9eefc6e92f
2 changed files with 11 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ protected:
QObject* worker() const { return m_wallet_controller->m_activity_worker; }
void showProgressDialog(const QString& label_text);
void destroyProgressDialog();
WalletController* const m_wallet_controller;
QWidget* const m_parent_widget;