summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuija Lindfors <ext-tuija.lindfors@nokia.com>2012-04-27 11:47:18 +0300
committerTuija Lindfors <ext-tuija.lindfors@nokia.com>2012-04-27 11:47:18 +0300
commit7b3e86e945ed3bf38b8798ccddfa57baf944ec8e (patch)
tree4eec90c16339e6e771bf23c5ed032e941752789b
parent68dad0d5f88c48288e08128798363f64d12c1a19 (diff)
Symbian documentation update for DocumentGalleryModel
Symbian platform does not support some rootType properties. The relevant documentation in qdeclarativegalleryquerymodel.cpp was updated. Task-number: QTMOBILITY-1962 Reviewed-by: Juha Kukkonen
-rw-r--r--plugins/declarative/gallery/qdeclarativegalleryquerymodel.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/declarative/gallery/qdeclarativegalleryquerymodel.cpp b/plugins/declarative/gallery/qdeclarativegalleryquerymodel.cpp
index 439ee363e9..f319a137fc 100644
--- a/plugins/declarative/gallery/qdeclarativegalleryquerymodel.cpp
+++ b/plugins/declarative/gallery/qdeclarativegalleryquerymodel.cpp
@@ -658,6 +658,12 @@ void QDeclarativeDocumentGalleryModel::classBegin()
\endlist
The default value is DocumentGallery.File
+
+ \note On Symbian following rootTypes are not supported: DocumentGallery.Folder, DocumentGallery.Document, DocumentGallery.Text, and DocumentGallery.Playlist.
+
+ \note In some S60 5th Edition (early release) Symbian devices the platform backend requires ReadDeviceData capability to be defined.
+ In addition, in these devices DocumentGallery.Audio rootType is not supported.
+
*/
QDeclarativeDocumentGallery::ItemType QDeclarativeDocumentGalleryModel::rootType() const