X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fquick%2Fitems%2Fqquickloader.cpp;h=2cde9effdc83b0e210646ac2afcda7e31f06c687;hb=6112c0f57177ee813271da54200a2d9f3ef20238;hp=fdc3db9fb778bea6e875d7e0e430af8a242ecbbd;hpb=b13827d77e9a3d64a728036b3804638da62bbe40;p=profile%2Fivi%2Fqtdeclarative.git diff --git a/src/quick/items/qquickloader.cpp b/src/quick/items/qquickloader.cpp index fdc3db9..2cde9ef 100644 --- a/src/quick/items/qquickloader.cpp +++ b/src/quick/items/qquickloader.cpp @@ -158,8 +158,7 @@ qreal QQuickLoaderPrivate::getImplicitHeight() const \ingroup qml-utility-elements \inherits Item - \brief The Loader item allows dynamically loading an Item-based - subtree from a URL or Component. + \brief Allows dynamical loading of an item-based subtree from a URL or Component Loader is used to dynamically load visual QML components. For loading non-visual components, see \l {Dynamic Object Management in QML}.