From 4a3c2008312e72aa6519b27aefc3963bf9fdb534 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 18 Oct 2016 17:08:46 +0200 Subject: [PATCH] Doc: Use automatic linking to directly link to the type docs ...in Using QML Modules with Plugins. Change-Id: Icce8e1e2b902e593972bd9f14d118f6a5005ecb8 Reviewed-by: Thomas Hartmann --- doc/src/qtquick/qtquick-modules-with-plugins.qdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc index eab5678d641..de636b66367 100644 --- a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc +++ b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc @@ -43,8 +43,7 @@ information for code completion and the semantic checks to work correctly. When you write a QML module or use QML from a C++ application you typically - register new types with the \l{QQmlEngine} class \c qmlRegisterType() - function or expose some + register new types with the qmlRegisterType() function or expose some class instances with \l{QQmlContext::setContextProperty()}. The \QC C++ code model now scans for these calls and tells the QML code model about them. This means that properties are