- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
P2: Important
 - 
    6.5.6, 6.8.0
 
- 
        1a523a418 (dev), da6ec4a57 (6.9), f62327c61 (tqtc/lts-6.8)
 
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") };