diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 03:59:29 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 03:59:29 (GMT) |
commit | fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec (patch) | |
tree | 71006eb04d2c55bfaa13797f01df81290ae54aa1 /src/declarative/fx/qfxitem.cpp | |
parent | 5c9f8288cf642a51bdce46f2833b37e4f94d43d9 (diff) | |
download | Qt-fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec.zip Qt-fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec.tar.gz Qt-fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec.tar.bz2 |
Remove paintContents.
Diffstat (limited to 'src/declarative/fx/qfxitem.cpp')
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index 71d4ce2..a9c406d 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -1672,10 +1672,6 @@ QRectF QFxItem::boundingRect() const return QRectF(0, 0, d->width, d->height); } -void QFxItem::paintContents(QPainter &) -{ -} - /*! \enum QFxItem::TransformOrigin @@ -1906,7 +1902,6 @@ void QFxItem::setOptions(Options options, bool set) void QFxItem::paint(QPainter *p, const QStyleOptionGraphicsItem *, QWidget *) { - paintContents(*p); } QT_END_NAMESPACE |