Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.6, 6.8.0
Description
When define QColor as .rep file property, invalid type warning generated during build process:
"Trying to construct an instance of an invalid type, type id: 4099"
The same applied to QVector2D.
Snippet for reproducing the issue:
// .rep file #include <QColor> class Test { PROP(QColor myColor="red") };