diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-11-09 19:23:46 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2015-11-28 19:01:26 +0100 |
commit | fa41d4c8c6e3f84a9117c0addf51a87f14321e2a (patch) | |
tree | be57e0918417600e4a758f02338f479946bb2721 /src/qt/intro.h | |
parent | faf93f37fe47fe326fcc4955302a66f24eb13b65 (diff) |
[qt] Move GUI related HelpMessage() part downstream
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r-- | src/qt/intro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/intro.h b/src/qt/intro.h index 50783f7225..1d49922e93 100644 --- a/src/qt/intro.h +++ b/src/qt/intro.h @@ -9,6 +9,8 @@ #include <QMutex> #include <QThread> +static const bool DEFAULT_CHOOSE_DATADIR = false; + class FreespaceChecker; namespace Ui { |