Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.5.8, 6.6.2, 6.7.0 Beta1
-
None
Description
The qtmetamacros.h header should be self-contained for use of Q_ENUM etc, without requiring a separate header. All too often, people include qmetaobject.h instead of qobjectdefs.h.
Problem: qobjectdefs.h includes qtmetamacros.h, so the latter can't include the former.