wpa_gui-qt4: add support for starting in system tray only

Allow application to be started in the system tray only when started with
the `-t' command line argument.

Signed-off-by: Kel Modderman <kel@otaku42.de>
This commit is contained in:
Kel Modderman 2008-10-01 09:48:11 +03:00 committed by Jouni Malinen
parent 66897ae779
commit fc0db5c916
4 changed files with 27 additions and 10 deletions

View file

@ -32,7 +32,6 @@ int main(int argc, char *argv[])
}
#endif /* CONFIG_NATIVE_WINDOWS */
w.show();
ret = app.exec();
#ifdef CONFIG_NATIVE_WINDOWS