> Am 10.07.2023 um 18:02 schrieb Giuseppe D'Angelo via Development:
>> Hi,
>>
>> https://codereview.qt-project.org/c/qt/qtbase/+/487560 introduces
>> QT_NO_CONTEXTLESS_CONNECT , a macro that disables the 3-arguments connect --
>> in other words, it disables the
>>
>>> QObject::connect(sender,
Hi Peppe,
thank you alot for this highly appreciated and super useful feature!
Give up counting how often I forgot the context argument.
Ciao
Mathias
Am 10.07.2023 um 18:02 schrieb Giuseppe D'Angelo via Development:
Hi,
https://codereview.qt-project.org/c/qt/qtbase/+/487560 introduces
QT_NO_
23 6:02 PM
To: development@qt-project.org
Subject: [Development] Module maintainers: QT_NO_CONTEXTLESS_CONNECT in your
modules
Hi,
https://codereview.qt-project.org/c/qt/qtbase/+/487560 introduces
QT_NO_CONTEXTLESS_CONNECT , a macro that disables the 3-arguments
connect -- in other words, it disables the
Hi,
https://codereview.qt-project.org/c/qt/qtbase/+/487560 introduces
QT_NO_CONTEXTLESS_CONNECT , a macro that disables the 3-arguments
connect -- in other words, it disables the
QObject::connect(sender, signal, functor)
overload, leaving only 4/5 argument(s) overloads
QObject::connect