mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
qt, wallet: Add LoadWalletsActivity class
Also this commit moves wallets loading out from the main GUI thread.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user