diff options
| author | João Barbosa <[email protected]> | 2019-01-18 01:05:25 +0000 |
|---|---|---|
| committer | João Barbosa <[email protected]> | 2020-06-01 00:54:00 +0100 |
| commit | f30960adc02877267cb6efeb378962ed96628741 (patch) | |
| tree | bc8e05c32091efe5f44bd8710829557d54d53415 /src/qt/walletcontroller.h | |
| parent | Merge #18994: tests: Add fuzzing harnesses for functions in script/ (diff) | |
| download | discoin-f30960adc02877267cb6efeb378962ed96628741.tar.xz discoin-f30960adc02877267cb6efeb378962ed96628741.zip | |
gui: Add closeAllWallets to WalletController
Diffstat (limited to 'src/qt/walletcontroller.h')
| -rw-r--r-- | src/qt/walletcontroller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletcontroller.h b/src/qt/walletcontroller.h index 24dd83adf..f7e366878 100644 --- a/src/qt/walletcontroller.h +++ b/src/qt/walletcontroller.h @@ -62,6 +62,7 @@ public: std::map<std::string, bool> listWalletDir() const; void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr); + void closeAllWallets(QWidget* parent = nullptr); Q_SIGNALS: void walletAdded(WalletModel* wallet_model); |