diff options
Diffstat (limited to 'src/declarative/fx/qfxpainteditem.h')
-rw-r--r-- | src/declarative/fx/qfxpainteditem.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/fx/qfxpainteditem.h b/src/declarative/fx/qfxpainteditem.h index 51e155e..9c40458 100644 --- a/src/declarative/fx/qfxpainteditem.h +++ b/src/declarative/fx/qfxpainteditem.h @@ -58,7 +58,6 @@ class Q_DECLARATIVE_EXPORT QFxPaintedItem : public QFxItem Q_OBJECT Q_PROPERTY(QSize contentsSize READ contentsSize WRITE setContentsSize) - Q_PROPERTY(bool smooth READ isSmooth WRITE setSmooth) Q_PROPERTY(QColor fillColor READ fillColor WRITE setFillColor NOTIFY fillColorChanged) Q_PROPERTY(int cacheSize READ cacheSize WRITE setCacheSize) @@ -66,10 +65,7 @@ public: QFxPaintedItem(QFxItem *parent=0); ~QFxPaintedItem(); - bool isSmooth() const; QSize contentsSize() const; - - void setSmooth(bool); void setContentsSize(const QSize &); int cacheSize() const; |