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/contextproperties.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/doc/src/cppintegration/contextproperties.qdoc') diff --git a/src/qml/doc/src/cppintegration/contextproperties.qdoc b/src/qml/doc/src/cppintegration/contextproperties.qdoc index e0d5091f2f..abdc18981a 100644 --- a/src/qml/doc/src/cppintegration/contextproperties.qdoc +++ b/src/qml/doc/src/cppintegration/contextproperties.qdoc @@ -74,7 +74,7 @@ QML code invokes a method on the object instance: \endtable (Note that date/time values returned from C++ to QML can be formatted through -\l{QtQml2::Qt::formatDateTime}{Qt.formatDateTime()} and associated functions.) +\l{QtQml::Qt::formatDateTime}{Qt.formatDateTime()} and associated functions.) If the QML item needs to receive signals from the context property, it can connect to them using the \l Connections type. For example, if \c ApplicationData has a signal named \c -- cgit v1.2.3