]> www.infradead.org Git - users/hch/block.git/commit
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>
Mon, 26 Oct 2020 23:26:36 +0000 (08:26 +0900)
commit729e39a558eb5cde61b80941bdfa54fdc2e11d1d
treee78de0b8af3c6649e273980d70c8dc02546fd708
parentcfa6020b332e27c85ed0fc8a041aabc044d8e87c
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>
scripts/kconfig/qconf.cc