Commit 375a4f4e authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: qconf: remove unnecessary lastWindowClosed() signal connection



The default value of the quitOnLastWindowClosed property is true.

Hence, the application implicitly quits when the last window is closed.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent ac845932
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1863,7 +1863,6 @@ int main(int ac, char** av)
	v = new ConfigMainWindow();

	//zconfdump(stdout);
	configApp->connect(configApp, SIGNAL(lastWindowClosed()), SLOT(quit()));
	configApp->connect(configApp, SIGNAL(aboutToQuit()), v, SLOT(saveSettings()));

	v->show();