diff options
Diffstat (limited to 'src/declarative/fx/qfxpainteditem.h')
-rw-r--r-- | src/declarative/fx/qfxpainteditem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxpainteditem.h b/src/declarative/fx/qfxpainteditem.h index 997c324..e086894 100644 --- a/src/declarative/fx/qfxpainteditem.h +++ b/src/declarative/fx/qfxpainteditem.h @@ -60,8 +60,8 @@ public: QFxPaintedItem(QFxItem *parent=0); ~QFxPaintedItem(); - Q_PROPERTY(QSize contentsSize READ contentsSize WRITE setContentsSize); - Q_PROPERTY(bool smooth READ isSmooth WRITE setSmooth); + Q_PROPERTY(QSize contentsSize READ contentsSize WRITE setContentsSize) + Q_PROPERTY(bool smooth READ isSmooth WRITE setSmooth) #if defined(QFX_RENDER_QPAINTER) void paintContents(QPainter &painter); |