[qt] Move GUI related HelpMessage() part downstream

This commit is contained in:
MarcoFalke
2015-11-09 19:23:46 +01:00
parent faf93f37fe
commit fa41d4c8c6
6 changed files with 25 additions and 22 deletions

View File

@@ -56,10 +56,6 @@ extern CTranslationInterface translationInterface;
extern const char * const BITCOIN_CONF_FILENAME;
extern const char * const BITCOIN_PID_FILENAME;
static const bool DEFAULT_SELFSIGNED_ROOTCERTS = false;
static const bool DEFAULT_CHOOSE_DATADIR = false;
static const bool DEFAULT_SPLASHSCREEN = true;
/**
* Translation function: Call Translate signal on UI interface, which returns a boost::optional result.
* If no translation slot is registered, nothing is returned, and simply return the input.