From f6991cb906e9dad7ff76a51e2b654f798d5c2ba6 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 22 May 2021 22:27:45 +0300 Subject: qt, wallet: Add LoadWalletsActivity class Also this commit moves wallets loading out from the main GUI thread. --- src/qt/walletcontroller.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/qt/walletcontroller.h') diff --git a/src/qt/walletcontroller.h b/src/qt/walletcontroller.h index 0143986695..772f2b51c0 100644 --- a/src/qt/walletcontroller.h +++ b/src/qt/walletcontroller.h @@ -148,4 +148,14 @@ private: void finish(); }; +class LoadWalletsActivity : public WalletControllerActivity +{ + Q_OBJECT + +public: + LoadWalletsActivity(WalletController* wallet_controller, QWidget* parent_widget); + + void load(); +}; + #endif // BITCOIN_QT_WALLETCONTROLLER_H -- cgit v1.2.3