qt, wallet: Add LoadWalletsActivity class

Also this commit moves wallets loading out from the main GUI thread.
This commit is contained in:
Hennadii Stepanov
2021-05-22 22:27:45 +03:00
parent 4a024fc310
commit f6991cb906
3 changed files with 30 additions and 7 deletions

View File

@@ -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