@@ -48,6 +48,7 private: | |||||
48 | class DeclarativeCategoryAxis : public QCategoryAxis, public QDeclarativeParserStatus |
|
48 | class DeclarativeCategoryAxis : public QCategoryAxis, public QDeclarativeParserStatus | |
49 | { |
|
49 | { | |
50 | Q_OBJECT |
|
50 | Q_OBJECT | |
|
51 | Q_INTERFACES(QDeclarativeParserStatus) | |||
51 | Q_PROPERTY(QDeclarativeListProperty<QObject> axisChildren READ axisChildren) |
|
52 | Q_PROPERTY(QDeclarativeListProperty<QObject> axisChildren READ axisChildren) | |
52 | Q_CLASSINFO("DefaultProperty", "axisChildren") |
|
53 | Q_CLASSINFO("DefaultProperty", "axisChildren") | |
53 |
|
54 |
General Comments 0
You need to be logged in to leave comments.
Login now