diff options
author | Leena Miettinen <[email protected]> | 2013-03-13 10:29:46 +0100 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2013-03-13 11:08:27 +0100 |
commit | e3587e8f0d627bce78a403787f40e0a30e3bee1e (patch) | |
tree | ac5a8c6f1be07b14727d18b9e03e185169bfb4ac /doc/src/qtquick/qtquick-modules-with-plugins.qdoc | |
parent | 5ee3a90c153d60b569a057a1eb22d7c26cdda4d0 (diff) |
Doc: switch fixed links from Qt 4.8 to 5.0
Will look into changing automatically created links in
another patch.
Change-Id: I29b61c5301402c40d9e711762a6b57479088152b
Reviewed-by: Jerome Pasion <[email protected]>
Diffstat (limited to 'doc/src/qtquick/qtquick-modules-with-plugins.qdoc')
-rw-r--r-- | doc/src/qtquick/qtquick-modules-with-plugins.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc index 84db5341d22..f41d6058d6e 100644 --- a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc +++ b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc @@ -37,9 +37,9 @@ When you write a QML module or use QML from a C++ application you typically register new types with - \l{http://qt-project.org/doc/qt-4.8/qdeclarativeengine.html#qmlRegisterType} + \l{http://qt-project.org/doc/qt-5.0/qtqml/qqmlengine.html#qmlRegisterType} {qmlRegisterType} or expose some class instances with - \l{http://qt-project.org/doc/qt-4.8/qdeclarativecontext.html#setContextProperty} + \l{http://qt-project.org/doc/qt-5.0/qtqml/qqmlcontext.html#setContextProperty} {setContextProperty}. The \QC C++ code model now scans for these calls and tells the QML code model about them. This means that properties are displayed during code completion and the JavaScript code checker does not @@ -55,8 +55,8 @@ For Qt 4.8 and later, one or more \c qmltypes files can be listed in the \c qmldir file under the \c typeinfo header. These files will be read in addition to \c{plugins.qmltypes}. For more information, see - \l{http://qt-project.org/doc/qt-4.8/qdeclarativemodules.html#writing-a-qmldir-file} - {Writing a qmldir File}. + \l{http://qt-project.org/doc/qt-5.0/qtqml/qtqml-modules-qmldir.html#writing-a-qmltypes-file} + {Writing a qmltypes File}. \section1 Generating qmltypes Files |