diff options
author | Martin Smith <msmith@trolltech.com> | 2010-04-30 13:01:49 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-04-30 13:01:49 (GMT) |
commit | b81760a0fb95bca3ffdcdd39b62df6ca206e8759 (patch) | |
tree | 7cf0fa25c8cf77790451a42ecf038af49fbd101e /src/gui/graphicsview | |
parent | ded0e1e26c4e262235beb5cee5b167e4be9502b4 (diff) | |
download | Qt-b81760a0fb95bca3ffdcdd39b62df6ca206e8759.zip Qt-b81760a0fb95bca3ffdcdd39b62df6ca206e8759.tar.gz Qt-b81760a0fb95bca3ffdcdd39b62df6ca206e8759.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r-- | src/gui/graphicsview/qgraphicswidget.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/gui/graphicsview/qgraphicswidget.cpp b/src/gui/graphicsview/qgraphicswidget.cpp index bc8ccb01..06a44b7 100644 --- a/src/gui/graphicsview/qgraphicswidget.cpp +++ b/src/gui/graphicsview/qgraphicswidget.cpp @@ -324,11 +324,9 @@ void QGraphicsWidget::resize(const QSizeF &size) */ /*! - \fn QGraphicsWidget::geometryChanged() - This signal gets emitted whenever the geometry of the item changes - \internal + This signal gets emitted whenever the geometry is changed in setGeometry(). */ /*! @@ -408,12 +406,6 @@ void QGraphicsWidget::setGeometry(const QRectF &rect) } /*! - \fn QGraphicsWidget::geometryChanged() - - This signal gets emitted whenever the geometry is changed in setGeometry(). -*/ - -/*! \fn QRectF QGraphicsWidget::rect() const Returns the item's local rect as a QRectF. This function is equivalent |