diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-08-30 03:48:50 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-08-30 03:48:50 (GMT) |
commit | 7c81d90e490a95c67e0d0c9a184be479bd59817a (patch) | |
tree | 587afd358fdac0c1bf8617fe1069bac80de4b596 /src/declarative/graphicsitems/qdeclarativerectangle.cpp | |
parent | fd5770529a6c712527d0d80cd394d6557e7e8cb9 (diff) | |
parent | bd521ed56f8e4be7117dc3534c6fded68f7a70c5 (diff) | |
download | Qt-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.cpp | 5 |
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) { |