wpa_gui-qt4: tweak icon Makefile
[mech_eap.git] / wpa_supplicant / wpa_gui-qt4 / main.cpp
index eeeda39..2bc468e 100644 (file)
@@ -32,8 +32,6 @@ int main(int argc, char *argv[])
        }
 #endif /* CONFIG_NATIVE_WINDOWS */
 
-       w.show();
-       app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
        ret = app.exec();
 
 #ifdef CONFIG_NATIVE_WINDOWS