aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletcontroller.h
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-03-30 11:41:20 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-03-31 14:23:43 +0100
commit9eefc6e92fa1acef6eddd87886ed80510b439a57 (patch)
treecd03e4b90d00cd6d42a42020f399a69883fc6e40 /src/qt/walletcontroller.h
parentee9e88ba2734b81d0ffe23fd45c4f69a970c6494 (diff)
downloadbitcoin-9eefc6e92fa1acef6eddd87886ed80510b439a57.tar.xz
gui: Delete progress dialog instead of hidding it
Diffstat (limited to 'src/qt/walletcontroller.h')
-rw-r--r--src/qt/walletcontroller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletcontroller.h b/src/qt/walletcontroller.h
index 956245775e..f30eb25308 100644
--- a/src/qt/walletcontroller.h
+++ b/src/qt/walletcontroller.h
@@ -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;