##// END OF EJS Templates
Added missing Q_INTERFACES definition
Tero Ahola -
r1874:070cf3358163
parent child
Show More
@@ -48,6 +48,7 private:
48 48 class DeclarativeCategoryAxis : public QCategoryAxis, public QDeclarativeParserStatus
49 49 {
50 50 Q_OBJECT
51 Q_INTERFACES(QDeclarativeParserStatus)
51 52 Q_PROPERTY(QDeclarativeListProperty<QObject> axisChildren READ axisChildren)
52 53 Q_CLASSINFO("DefaultProperty", "axisChildren")
53 54
General Comments 0
You need to be logged in to leave comments. Login now