wpa_gui-qt4: remove lastWindowClosed() signal handler
authorKel Modderman <kel@otaku42.de>
Thu, 25 Sep 2008 18:12:08 +0000 (21:12 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 25 Sep 2008 18:12:08 +0000 (21:12 +0300)
commitd70028d337ca150c22e2c439dacbee1d6b122e1c
tree1a14c6b9943e8e0aeec342e07b6bc62cc14455dd
parent1019a696a70c3708a808a681cdad45718b44cf09
wpa_gui-qt4: remove lastWindowClosed() signal handler

Do not connect lastWindowClosed() to quit(), instead explicitly close the
application if File->Exit or window manager close button is activated.
This allows the tray app to avoid being closed with last visible window,
and launch scan and event history windows individually.

Signed-off-by: Kel Modderman <kel@otaku42.de>
wpa_supplicant/wpa_gui-qt4/main.cpp
wpa_supplicant/wpa_gui-qt4/wpagui.cpp