Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
6.8.0 Beta4
-
None
-
-
2d44996c2b3f049031282796090fb8dfa8a98cd6
Description
When compiling qml modules, the following warnings are emitted:
Warning: AddMechanicalUnitModel.h:: QList<IdNameModel*> is used as property type but cannot be found. Warning: MechanicalUnitGroupModel.h:: QList<IdNameActivatedModel*> is used as property type but cannot be found. Warning: MechanicalUnitModel.h:: QList<IdNameModel*> is used as property type but cannot be found. Warning: MechanicalUnitModel.h:: QList<IdNameModel*> is used as property type but cannot be found. Warning: MechanicalUnitModel.h:: QList<JointModel*> is used as property type but cannot be found. Warning: MechanicalUnitModel.h:: QList<IdNameModel*> is used as property type but cannot be found. Warning: ModifyTaskFrameModel.h:: TreeModel::ItemType is used as argument type but cannot be found. Warning: TaskModel.h:: QList<IdNameModel*> is used as property type but cannot be found.
These classes are declared with Q_OBJECT and QML_ELEMENT.