From 1cd51d23446ba8945b14522157af9a4d96abb6dd Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Sun, 3 Nov 2013 22:08:47 +0800 Subject: [PATCH] Doc: Fix typos Task-number: QTBUG-33360 Change-Id: I913c14d3d6a90d2c20e40e246ad11f50a26c3ad9 Reviewed-by: Jerome Pasion --- src/qml/doc/src/cppintegration/definetypes.qdoc | 2 +- src/quick/doc/src/qtquick.qdoc | 1 - src/quick/items/qquickpainteditem.cpp | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/qml/doc/src/cppintegration/definetypes.qdoc b/src/qml/doc/src/cppintegration/definetypes.qdoc index 995fb1b..187e4fc 100644 --- a/src/qml/doc/src/cppintegration/definetypes.qdoc +++ b/src/qml/doc/src/cppintegration/definetypes.qdoc @@ -699,7 +699,7 @@ its properties have been set. For example, this may be the case if the initialization is costly, or if the initialization should not be performed until all property values have been initialized. -The \l {Qt QML} module provides the QQmlParserStatus to be subclass for these +The \l {Qt QML} module provides the QQmlParserStatus to be subclassed for these purposes. It defines a number of virtual methods that are invoked invoked at various stages during component instantiation. To receive these notifications, a C++ class should inherit QQmlParserStatus and also notify the Qt meta system diff --git a/src/quick/doc/src/qtquick.qdoc b/src/quick/doc/src/qtquick.qdoc index 0c5a721..392ae0a 100644 --- a/src/quick/doc/src/qtquick.qdoc +++ b/src/quick/doc/src/qtquick.qdoc @@ -128,7 +128,6 @@ Additional Qt Quick information: \endlist \li \l{Qt Quick Release Notes} - list of changes and additions in the Qt Quick \li \l{Qt Quick Code Samples} - list of all Qt Quick examples -module \endlist Further information for writing QML applications: diff --git a/src/quick/items/qquickpainteditem.cpp b/src/quick/items/qquickpainteditem.cpp index e0ac974..3bf5d82 100644 --- a/src/quick/items/qquickpainteditem.cpp +++ b/src/quick/items/qquickpainteditem.cpp @@ -276,7 +276,7 @@ void QQuickPaintedItem::setMipmap(bool enable) /*! Returns the performance hints. - By default, no performance hint is enabled/ + By default, no performance hint is enabled. \sa setPerformanceHint(), setPerformanceHints() */ -- 2.7.4