diff options
| author | Luke Dashjr <[email protected]> | 2015-11-28 21:44:55 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2015-11-28 21:48:17 +0000 |
| commit | a6cbc02b6b279dc0ed11e007ba84a6b09bdcd740 (patch) | |
| tree | 459ca7d6484b6673909e624b13206f6f5f71728b /src/qt/bitcoingui.h | |
| parent | [qt] Move GUI related HelpMessage() part downstream (diff) | |
| download | discoin-a6cbc02b6b279dc0ed11e007ba84a6b09bdcd740.tar.xz discoin-a6cbc02b6b279dc0ed11e007ba84a6b09bdcd740.zip | |
Bugfix: Default -uiplatform is not actually the platform this build was compiled on
Diffstat (limited to 'src/qt/bitcoingui.h')
| -rw-r--r-- | src/qt/bitcoingui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 2b98dabc5..945adcd45 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -48,6 +48,7 @@ class BitcoinGUI : public QMainWindow public: static const QString DEFAULT_WALLET; + static const std::string DEFAULT_UIPLATFORM; explicit BitcoinGUI(const PlatformStyle *platformStyle, const NetworkStyle *networkStyle, QWidget *parent = 0); ~BitcoinGUI(); |