Re: [PATCH 3/3] kconfig: qconf: convert to Qt5 new signal/slot connection syntax

2020-10-29 Thread Boris Kolpackov
Masahiro Yamada writes: > 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 d85de

[PATCH 3/3] kconfig: qconf: convert to Qt5 new signal/slot connection syntax

2020-10-24 Thread Masahiro Yamada
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 conne