kconfig: qconf: convert the last old connection syntax to Qt5 style
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 23 Oct 2024 18:17:55 +0000 (03:17 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 5 Nov 2024 23:46:34 +0000 (08:46 +0900)
commitb6962d8694963620401c24f051999678943a7123
tree7f96956d4b2e770cb3b419f6508971e20cb47992
parent375a4f4ea719ad68e305373cfe0f77ecd1378531
kconfig: qconf: convert the last old connection syntax to Qt5 style

Commit a2574c12df0d ("kconfig: qconf: convert to Qt5 new signal/slot
connection syntax") converted most of the old string-based connections,
but one more instance still remains. Convert it to the new style.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc