src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    92     int count;
    92     int count;
    93 };
    93 };
    94 
    94 
    95 /*!
    95 /*!
    96     \qmlclass FolderListModel QDeclarativeFolderListModel
    96     \qmlclass FolderListModel QDeclarativeFolderListModel
       
    97     \ingroup qml-working-with-data
    97     \brief The FolderListModel provides a model of the contents of a folder in a filesystem.
    98     \brief The FolderListModel provides a model of the contents of a folder in a filesystem.
    98 
    99 
    99     FolderListModel provides access to the local filesystem.  The \e folder property
   100     FolderListModel provides access to the local filesystem.  The \e folder property
   100     specifies the folder to list.
   101     specifies the folder to list.
   101 
   102