summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrect.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-06-23 04:21:45 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-06-23 05:52:02 (GMT)
commitc1283b68d5b02afb5f225d455ae057753b91a5b9 (patch)
treeb87644e9d326c5101b2c467c06d84a723e09ed53 /src/declarative/fx/qfxrect.h
parent5d5ead94bc79a5364d8685707711673f5dc1a35a (diff)
downloadQt-c1283b68d5b02afb5f225d455ae057753b91a5b9.zip
Qt-c1283b68d5b02afb5f225d455ae057753b91a5b9.tar.gz
Qt-c1283b68d5b02afb5f225d455ae057753b91a5b9.tar.bz2
Remove simple canvas
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 eee1f86..46f918b 100644
--- a/src/declarative/fx/qfxrect.h
+++ b/src/declarative/fx/qfxrect.h
@@ -43,6 +43,7 @@
#define QFXRECT_H
#include <QtDeclarative/qfxitem.h>
+#include <QtGui/qbrush.h>
QT_BEGIN_HEADER
@@ -159,7 +160,6 @@ public:
qreal radius() const;
void setRadius(qreal radius);
- virtual void dump(int depth);
void paintContents(QPainter &painter);
private Q_SLOTS: