-
Bug
-
Resolution: Done
-
P2: Important
-
5.7.0
-
None
When I read https://doc.qt.io/qt-5/moc.html I see occurences of Q_PROPERTY or Q_CLASSINFO as links to their respective docs but Q_FLAGS and Q_ENUMS remain plain text. As I read in https://woboq.com/blog/q_enum.html Q_ENUMS is deprecated since Qt 5.5 and Q_ENUM should be used instead. Same might apply for Q_FLAGS?
So that documentation page might be a candidate to some minor modernisation?