src/declarative/util/qdeclarativepackage.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    46 
    46 
    47 QT_BEGIN_NAMESPACE
    47 QT_BEGIN_NAMESPACE
    48 
    48 
    49 /*!
    49 /*!
    50     \qmlclass Package QDeclarativePackage
    50     \qmlclass Package QDeclarativePackage
       
    51     \ingroup qml-working-with-data
    51     \brief Package provides a collection of named items.
    52     \brief Package provides a collection of named items.
    52 
    53 
    53     The Package class is used in conjunction with
    54     The Package class is used in conjunction with
    54     VisualDataModel to enable delegates with a shared context
    55     VisualDataModel to enable delegates with a shared context
    55     to be provided to multiple views.
    56     to be provided to multiple views.