summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-03 06:53:26 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-03 06:53:26 (GMT)
commit14c57306bb0d9edd6c45cd142b49896f746fe9d1 (patch)
treeb7a8eb759e553979634d2506274484cb1a13c7e1 /src/declarative/fx/qfximage.h
parent018bc2baa05320c41d124785064064cd03fe8a43 (diff)
downloadQt-14c57306bb0d9edd6c45cd142b49896f746fe9d1.zip
Qt-14c57306bb0d9edd6c45cd142b49896f746fe9d1.tar.gz
Qt-14c57306bb0d9edd6c45cd142b49896f746fe9d1.tar.bz2
Move the 'smooth' property to QFxItem
Items currently using it are QFxImage, QFxText, QFxLineEdit, QFxTextEdit and QFxPaintedItem.
Diffstat (limited to 'src/declarative/fx/qfximage.h')
-rw-r--r--src/declarative/fx/qfximage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/fx/qfximage.h b/src/declarative/fx/qfximage.h
index 9c2ef30..fc9cfe0 100644
--- a/src/declarative/fx/qfximage.h
+++ b/src/declarative/fx/qfximage.h
@@ -67,7 +67,6 @@ class Q_DECLARATIVE_EXPORT QFxImage : public QFxItem
Q_PROPERTY(QFxScaleGrid *scaleGrid READ scaleGrid)
Q_PROPERTY(QPixmap pixmap READ pixmap WRITE setPixmap DESIGNABLE false)
- Q_PROPERTY(bool smooth READ smoothTransform WRITE setSmoothTransform)
Q_PROPERTY(FillMode fillMode READ fillMode WRITE setFillMode NOTIFY fillModeChanged);
public:
@@ -81,9 +80,6 @@ public:
QPixmap pixmap() const;
void setPixmap(const QPixmap &);
- bool smoothTransform() const;
- void setSmoothTransform(bool);
-
enum Status { Null, Ready, Loading, Error };
Status status() const;
qreal progress() const;