diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-09 10:07:20 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-09 10:07:20 (GMT) |
commit | 3b0a4bcf854e1d63b947e3f1690748850d416a6f (patch) | |
tree | 55378ef95deed553945edf65574b0996fb4dc7a4 /src/declarative/graphicsitems/qdeclarativeloader.cpp | |
parent | 49e66883ee4e104f9713d8e1e1b34215760a6174 (diff) | |
download | Qt-3b0a4bcf854e1d63b947e3f1690748850d416a6f.zip Qt-3b0a4bcf854e1d63b947e3f1690748850d416a6f.tar.gz Qt-3b0a4bcf854e1d63b947e3f1690748850d416a6f.tar.bz2 |
doc: Fixed last of the declarative/QML qdoc warnings.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeloader.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeloader.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeloader.cpp b/src/declarative/graphicsitems/qdeclarativeloader.cpp index c8c9e44..cc7f8e5 100644 --- a/src/declarative/graphicsitems/qdeclarativeloader.cpp +++ b/src/declarative/graphicsitems/qdeclarativeloader.cpp @@ -118,9 +118,9 @@ void QDeclarativeLoaderPrivate::initResize() be instantiated may be specified directly by the \l sourceComponent property, or loaded from a URL via the \l source property. - Loader can be used to delay the creation of a component until it is required. - For example, this loads "Page1.qml" as a component into the \l Loader element - when the \l MouseArea is clicked: + Loader can be used to delay the creation of a component until it + is required. For example, this loads "Page1.qml" as a component + into the Loader element, when the \l MouseArea is clicked: \code import Qt 4.7 @@ -165,7 +165,6 @@ void QDeclarativeLoaderPrivate::initResize() /*! \internal \class QDeclarativeLoader - \qmlclass Loader */ /*! |