kconfig: qconf: remove unnecessary lastWindowClosed() signal connection
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 23 Oct 2024 18:17:54 +0000 (03:17 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 5 Nov 2024 23:46:34 +0000 (08:46 +0900)
commit375a4f4ea719ad68e305373cfe0f77ecd1378531
tree2294321f2e74d5a47fb7a021baea1b0f89a788d8
parentac845932cbaa30020d5943fc4448bba7b7327158
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>
scripts/kconfig/qconf.cc