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 | |
parent | ded0e1e26c4e262235beb5cee5b167e4be9502b4 (diff) | |
download | Qt-b81760a0fb95bca3ffdcdd39b62df6ca206e8759.zip Qt-b81760a0fb95bca3ffdcdd39b62df6ca206e8759.tar.gz Qt-b81760a0fb95bca3ffdcdd39b62df6ca206e8759.tar.bz2 |
doc: Fixed some qdoc errors.
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeitem.cpp | 5 | ||||
-rw-r--r-- | src/gui/graphicsview/qgraphicswidget.cpp | 10 | ||||
-rw-r--r-- | tools/qdoc3/test/qt-defines.qdocconf | 1 |
3 files changed, 2 insertions, 14 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp index bc0c65e..096e4bf 100644 --- a/src/declarative/graphicsitems/qdeclarativeitem.cpp +++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp @@ -1268,11 +1268,6 @@ QDeclarativeKeysAttached *QDeclarativeKeysAttached::qmlAttachedProperties(QObjec */ /*! - \property QDeclarativeItem::effect - \internal -*/ - -/*! \property QDeclarativeItem::focus \internal */ 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 diff --git a/tools/qdoc3/test/qt-defines.qdocconf b/tools/qdoc3/test/qt-defines.qdocconf index 7449ac3..0426f4d 100644 --- a/tools/qdoc3/test/qt-defines.qdocconf +++ b/tools/qdoc3/test/qt-defines.qdocconf @@ -3,6 +3,7 @@ defines = Q_QDOC \ QT_.*_LIB \ QT_COMPAT \ QT_KEYPAD_NAVIGATION \ + QT_NO_EGL \ QT3_SUPPORT \ Q_WS_.* \ Q_OS_.* \ |