summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtext.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/qfxtext.h
parent5c9f8288cf642a51bdce46f2833b37e4f94d43d9 (diff)
downloadQt-fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec.zip
Qt-fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec.tar.gz
Qt-fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec.tar.bz2
Remove paintContents.
Diffstat (limited to 'src/declarative/fx/qfxtext.h')
-rw-r--r--src/declarative/fx/qfxtext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxtext.h b/src/declarative/fx/qfxtext.h
index a02b76b..41362ae 100644
--- a/src/declarative/fx/qfxtext.h
+++ b/src/declarative/fx/qfxtext.h
@@ -125,7 +125,7 @@ public:
bool smoothTransform() const;
void setSmoothTransform(bool);
- void paintContents(QPainter &p);
+ void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *);
virtual void componentComplete();