aboutsummaryrefslogtreecommitdiff
path: root/src/ui_interface.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-07-14 10:46:06 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-07-14 10:49:12 +0200
commit49d57125f953e3e909e5c61d42d66013df8d325e (patch)
tree3632a54168d5bf4e6f43e7dbc3d46580d6591c80 /src/ui_interface.h
parentc9bc398ad9de9c2a625e3316abca5fb7e6d33638 (diff)
downloadbitcoin-49d57125f953e3e909e5c61d42d66013df8d325e.tar.xz
qt: Ignore showNormalIfMinimized in initialization or shutdown
Also get rid of ui_interface flag NOSHOWGUI. It's up to the GUI to decide this. Fixes #4360.
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r--src/ui_interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h
index e9fcd91d41..a48ba237d2 100644
--- a/src/ui_interface.h
+++ b/src/ui_interface.h
@@ -63,8 +63,6 @@ public:
/** Force blocking, modal message box dialog (not just OS notification) */
MODAL = 0x10000000U,
- /** Don't bring GUI to foreground. Use for messages during initialization */
- NOSHOWGUI = 0x20000000U,
/** Predefined combinations for certain default usage cases */
MSG_INFORMATION = ICON_INFORMATION,