Don't show wallet options in the preferences menu when running with -disablewallet

This commit is contained in:
sinetek
2014-11-08 13:48:35 -05:00
committed by Wladimir J. van der Laan
parent af3ec17f67
commit d52f072605
4 changed files with 11 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ public:
bool setCurrentWallet(const QString& name);
void removeAllWallets();
#endif // ENABLE_WALLET
bool enableWallet;
protected:
void changeEvent(QEvent *e);