Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Masahiro Yamada <masahiroy@kernel.org>

-1
-1
scripts/kconfig/qconf.cc
··· 1863 1863 v = new ConfigMainWindow(); 1864 1864 1865 1865 //zconfdump(stdout); 1866 - configApp->connect(configApp, SIGNAL(lastWindowClosed()), SLOT(quit())); 1867 1866 configApp->connect(configApp, SIGNAL(aboutToQuit()), v, SLOT(saveSettings())); 1868 1867 1869 1868 v->show();