diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-08-27 05:02:50 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-08-27 05:02:50 (GMT) |
commit | f37a3adcdb990015f1f1583b267ff6f680844236 (patch) | |
tree | 18dba9dd31dd98a4484ed4f6d3a4065cdc491932 /src/declarative/graphicsitems/qdeclarativerectangle.cpp | |
parent | 34a107454426db2f40b3be31923b8a5ce1d84f6e (diff) | |
download | Qt-f37a3adcdb990015f1f1583b267ff6f680844236.zip Qt-f37a3adcdb990015f1f1583b267ff6f680844236.tar.gz Qt-f37a3adcdb990015f1f1583b267ff6f680844236.tar.bz2 |
Remove pointless \internal docs (that contain no information)
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) { |