Qt: Load all wallets into WalletModels

This commit is contained in:
Luke Dashjr
2016-09-09 09:25:13 +00:00
committed by Jonas Schnelli
parent ed6ae8059c
commit 3dba3c3ac1
3 changed files with 21 additions and 15 deletions

View File

@@ -70,10 +70,6 @@ const std::string BitcoinGUI::DEFAULT_UIPLATFORM =
#endif
;
/** Display name for default wallet name. Uses tilde to avoid name
* collisions in the future with additional wallets */
const QString BitcoinGUI::DEFAULT_WALLET = "~Default";
BitcoinGUI::BitcoinGUI(const PlatformStyle *_platformStyle, const NetworkStyle *networkStyle, QWidget *parent) :
QMainWindow(parent),
enableWallet(false),