aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-08-21 11:07:54 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-08-21 09:13:15 +0000
commitb858833a262aeef005e4e3533194db7e6c280c4c (patch)
tree0cab32b533724bd28024860980286f7d8d270ad1 /src/quick/doc/src
parent2fd7b6a65190e83ffd70fe1f8ca7acac2af5478c (diff)
Doc: correct statement on Qt Quick QML types reference page
Not _all_ QML types in Qt Quick inherit from QQuickItem; a decent amount inherit from QObject. Change-Id: I47bfe69b8d2f335adf54b71f6a56b1dbc80c7d65 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick/doc/src')
-rw-r--r--src/quick/doc/src/qmltypereference.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc
index 5d67232ae7..46d3bdf648 100644
--- a/src/quick/doc/src/qmltypereference.qdoc
+++ b/src/quick/doc/src/qmltypereference.qdoc
@@ -78,7 +78,7 @@ In addition, the \c QtQuick import provides the following basic types:
\section1 Object Types
-All object types provided by the \c QtQuick import are based on the \l{Item}
+Most object types provided by the \c QtQuick import are based on the \l{Item}
type, which itself derives from \l{QtQml::QtObject}{QtObject}. \l{Qt QML QML
Types#Object Types} {QML object types} provided by the Qt QML module (such as
\l{QtQml::QtObject}{QtObject} and \l{QtQml::Component}{Component}) are also