diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-14 10:46:06 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-14 10:49:12 +0200 |
commit | 49d57125f953e3e909e5c61d42d66013df8d325e (patch) | |
tree | 3632a54168d5bf4e6f43e7dbc3d46580d6591c80 /src/ui_interface.h | |
parent | c9bc398ad9de9c2a625e3316abca5fb7e6d33638 (diff) |
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.h | 2 |
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, |