Skip to content

Use "Q_EMIT", "Q_SIGNALS" and "Q_SLOTS" (instead of "emit", "signals" and "slots")

Plata Hill requested to merge work/plata/qt-no-keywords into master

Since 5.85.0, the ECM compiler settings set QT_NO_KEYWORDS. Therefore, replacing the keywords is required for porting to Qt6/KF6.

Merge request reports