Details
-
Technical task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Description
Moc already parsers all the includes and it should just keep all the parsed enums and allow other the namespaces/classes to Q_ENUM it.
This feature is very useful when you need to used in QML 3rdparty (non-qt) libs which have lots of enums. In order to use these enums in QML we must redeclare them inside our Q_OBJECT class which is not nice at all.
Attachments
Issue Links
- depends on
-
QTBUG-55416 Non fully qualified enum types from Q_NAMESPACE
- Reported