From b858833a262aeef005e4e3533194db7e6c280c4c Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 21 Aug 2018 11:07:54 +0200 Subject: 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 --- src/quick/doc/src/qmltypereference.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/doc/src') 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 -- cgit v1.2.3