diff options
Diffstat (limited to 'src/graphicsitems')
| -rw-r--r-- | src/graphicsitems/qxfocusscope_p.h | 2 | ||||
| -rw-r--r-- | src/graphicsitems/qxitem.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/graphicsitems/qxfocusscope_p.h b/src/graphicsitems/qxfocusscope_p.h index 4dabf62..60483e1 100644 --- a/src/graphicsitems/qxfocusscope_p.h +++ b/src/graphicsitems/qxfocusscope_p.h @@ -54,7 +54,7 @@ public: private: Q_DISABLE_COPY(QxFocusScope) - Q_DECLARE_PRIVATE(QxItem); + Q_DECLARE_PRIVATE(QxItem) }; QML_DECLARE_TYPE(QxFocusScope) diff --git a/src/graphicsitems/qxitem.h b/src/graphicsitems/qxitem.h index 818458f..0345023 100644 --- a/src/graphicsitems/qxitem.h +++ b/src/graphicsitems/qxitem.h @@ -76,8 +76,8 @@ class QT_SCENEGRAPH_EXPORT QxItem : public QObject, public QDeclarativeParserSta Q_PROPERTY(qreal rotation READ rotation WRITE setRotation NOTIFY rotationChanged) Q_PROPERTY(qreal width READ width WRITE setWidth NOTIFY widthChanged RESET resetWidth FINAL) Q_PROPERTY(qreal height READ height WRITE setHeight NOTIFY heightChanged RESET resetHeight FINAL) - Q_PROPERTY(bool clip READ clip WRITE setClip NOTIFY clipChanged); - Q_PROPERTY(QDeclarativeListProperty<QxItem> children READ children); + Q_PROPERTY(bool clip READ clip WRITE setClip NOTIFY clipChanged) + Q_PROPERTY(QDeclarativeListProperty<QxItem> children READ children) Q_PROPERTY(TransformOrigin transformOrigin READ transformOrigin WRITE setTransformOrigin NOTIFY transformOriginChanged) Q_PROPERTY(QDeclarativeListProperty<QGraphicsTransform> transform READ transformations DESIGNABLE false FINAL) Q_PROPERTY(QxItem *parent READ parentItem WRITE setParentItem NOTIFY parentChanged DESIGNABLE false FINAL) @@ -101,7 +101,7 @@ class QT_SCENEGRAPH_EXPORT QxItem : public QObject, public QDeclarativeParserSta Q_PROPERTY(bool smooth READ smooth WRITE setSmooth NOTIFY smoothChanged) // We might remove this property later. - Q_PROPERTY(bool childrenDoNotOverlap READ childrenDoNotOverlap WRITE setChildrenDoNotOverlap NOTIFY childrenDoNotOverlapChanged); + Q_PROPERTY(bool childrenDoNotOverlap READ childrenDoNotOverlap WRITE setChildrenDoNotOverlap NOTIFY childrenDoNotOverlapChanged) Q_ENUMS(TransformOrigin) Q_CLASSINFO("DefaultProperty", "data") |
