From 4706b1ceff9af9141044ed3cf020ce5624bfa40f Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 1 Oct 2013 13:03:28 +0200 Subject: qdoc: no longer recognizes the version nr in QML refs All QML references of the form :::: have had the removed i. Task-number: QTBUG-33776 Change-Id: Idde279e0f254cd24ea44f9841662dd81a2c5bbc6 Reviewed-by: Jerome Pasion --- src/qml/doc/src/cppintegration/data.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/doc/src/cppintegration/data.qdoc') diff --git a/src/qml/doc/src/cppintegration/data.qdoc b/src/qml/doc/src/cppintegration/data.qdoc index 74a93436f5..8bad77ebab 100644 --- a/src/qml/doc/src/cppintegration/data.qdoc +++ b/src/qml/doc/src/cppintegration/data.qdoc @@ -124,7 +124,7 @@ QQuaternion and QMatrix4x4, are only available from QML when the \l {Qt Quick} module is included. As a convenience, many of these types can be specified in QML by string values, -or by a related method provided by the \l {QtQml2::Qt} object. For example, the \l +or by a related method provided by the \l {QtQml::Qt} object. For example, the \l {Image::sourceSize} property is of type \l size (which automatically translates to the QSize type) and can be specified by a string value formatted as "width\c{x}height", or by the Qt.size() function: -- cgit v1.2.3