Skip to content

Fix build with Qt 6.7 and QT_NO_CONTEXTLESS_CONNECT

Carl Schwan requested to merge work/carl/fix-qt67 into master

We added -DQT_NO_CONTEXTLESS_CONNECT but this only has an effect on Qt 6.7. So actually port away from context less connect usage.

Merge request reports