aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorsinetek <pitwuu@gmail.com>2014-11-08 13:48:35 -0500
committerWladimir J. van der Laan <laanwj@gmail.com>2014-11-10 20:50:41 +0100
commitd52f07260582f7b1ffef05953bcc821bcee8af61 (patch)
tree289b96eafff753b964d23ada8576a6e603598305 /src/qt/bitcoingui.h
parentaf3ec17f6794eeebb23f9089ae00edb030e5d619 (diff)
downloadbitcoin-d52f07260582f7b1ffef05953bcc821bcee8af61.tar.xz
Don't show wallet options in the preferences menu when running with -disablewallet
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index 35b36811c4..662ef9d9e8 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -64,6 +64,7 @@ public:
bool setCurrentWallet(const QString& name);
void removeAllWallets();
#endif // ENABLE_WALLET
+ bool enableWallet;
protected:
void changeEvent(QEvent *e);