summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrect.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-31 03:59:29 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-31 03:59:29 (GMT)
commitfa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec (patch)
tree71006eb04d2c55bfaa13797f01df81290ae54aa1 /src/declarative/fx/qfxrect.h
parent5c9f8288cf642a51bdce46f2833b37e4f94d43d9 (diff)
downloadQt-fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec.zip
Qt-fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec.tar.gz
Qt-fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec.tar.bz2
Remove paintContents.
Diffstat (limited to 'src/declarative/fx/qfxrect.h')
-rw-r--r--src/declarative/fx/qfxrect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxrect.h b/src/declarative/fx/qfxrect.h
index 98f5e67..fb96217 100644
--- a/src/declarative/fx/qfxrect.h
+++ b/src/declarative/fx/qfxrect.h
@@ -159,7 +159,7 @@ public:
QRectF boundingRect() const;
- void paintContents(QPainter &painter);
+ void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *);
private Q_SLOTS:
void doUpdate();