kconfig: qconf: convert to Qt5 new signal/slot connection syntax
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 24 Oct 2020 12:38:41 +0000 (21:38 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 8 Dec 2020 14:31:29 +0000 (23:31 +0900)
commita2574c12df0d77eef293d2f388d7e05df33b6155
treee6b5da4e6c0a6bea1a43385a9bfc9c7d2ec08a8c
parent7cd0158703a4828252f10a4c4519778fa069ffdf
kconfig: qconf: convert to Qt5 new signal/slot connection syntax

Now that the Qt4 support was dropped, we can use the new connection
syntax supported by Qt5. It provides compile-time checking of the
validity of the connection.

Previously, the connection between signals and slots were checked
only run-time.

Commit d85de3399f97 ("kconfig: qconf: fix signal connection to invalid
slots") fixed wrong slots.

This change makes it possible to catch such mistakes easily.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: Boris Kolpackov <boris@codesynthesis.com>
scripts/kconfig/qconf.cc