Use "Q_EMIT", "Q_SIGNALS" and "Q_SLOTS" (instead of "emit", "signals" and "slots")
Since 5.85.0, the ECM compiler settings set QT_NO_KEYWORDS
. Therefore, replacing the keywords is required for porting to Qt6/KF6.
Since 5.85.0, the ECM compiler settings set QT_NO_KEYWORDS
. Therefore, replacing the keywords is required for porting to Qt6/KF6.