diff options
Diffstat (limited to 'doc/src/qtquick/qtquick-modules-with-plugins.qdoc')
-rw-r--r-- | doc/src/qtquick/qtquick-modules-with-plugins.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc index ce950b68421..06e7ffd816e 100644 --- a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc +++ b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc @@ -38,9 +38,9 @@ When you write a QML module or use QML from a C++ application you typically register new types with - \l{http://doc.qt.nokia.com/4.8/qdeclarativeengine.html#qmlRegisterType} + \l{http://qt-project.org/doc/qt-4.8/qdeclarativeengine.html#qmlRegisterType} {qmlRegisterType} or expose some class instances with - \l{http://doc.qt.nokia.com/4.8/qdeclarativecontext.html#setContextProperty} + \l{http://qt-project.org/doc/qt-4.8/qdeclarativecontext.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 @@ -56,7 +56,7 @@ 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://doc.qt.nokia.com/4.8/qdeclarativemodules.html#writing-a-qmldir-file} + \l{http://qt-project.org/doc/qt-4.8/qdeclarativemodules.html#writing-a-qmldir-file} {Writing a qmldir File}. \section1 Generating qmltypes Files |