summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativerectangle.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-08-30 03:48:50 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-08-30 03:48:50 (GMT)
commit7c81d90e490a95c67e0d0c9a184be479bd59817a (patch)
tree587afd358fdac0c1bf8617fe1069bac80de4b596 /src/declarative/graphicsitems/qdeclarativerectangle.cpp
parentfd5770529a6c712527d0d80cd394d6557e7e8cb9 (diff)
parentbd521ed56f8e4be7117dc3534c6fded68f7a70c5 (diff)
downloadQt-7c81d90e490a95c67e0d0c9a184be479bd59817a.zip
Qt-7c81d90e490a95c67e0d0c9a184be479bd59817a.tar.gz
Qt-7c81d90e490a95c67e0d0c9a184be479bd59817a.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativerectangle.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativerectangle.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativerectangle.cpp b/src/declarative/graphicsitems/qdeclarativerectangle.cpp
index 5990c2d..d027924 100644
--- a/src/declarative/graphicsitems/qdeclarativerectangle.cpp
+++ b/src/declarative/graphicsitems/qdeclarativerectangle.cpp
@@ -180,11 +180,6 @@ void QDeclarativeGradient::doUpdate()
int QDeclarativeRectanglePrivate::doUpdateSlotIdx = -1;
-/*!
- \internal
- \class QDeclarativeRectangle
- \brief The QDeclarativeRectangle class provides a rectangle item that you can add to a QDeclarativeView.
-*/
QDeclarativeRectangle::QDeclarativeRectangle(QDeclarativeItem *parent)
: QDeclarativeItem(*(new QDeclarativeRectanglePrivate), parent)
{