summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-09-28 13:45:02 +1000
committerQt Continuous Integration System <qt-info@nokia.com>2011-09-28 13:45:02 +1000
commit32e1273e1ba0f81b75301d63c15511aa6f8cef78 (patch)
treed2a4fcb125e06a485f7a06c217723b4413216261
parent56b30000d4adf435af2a984bc0945f6c7bf1c722 (diff)
parenteabd6e8ab42cb58693f6fe32cd0d741323113f99 (diff)
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework into 1.1-integration1.1
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework: Remove signals from from GalleryModel docs.
-rw-r--r--plugins/declarative/gallery/qdeclarativegalleryquerymodel.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/declarative/gallery/qdeclarativegalleryquerymodel.cpp b/plugins/declarative/gallery/qdeclarativegalleryquerymodel.cpp
index aea7ba39b7..552f74bd3e 100644
--- a/plugins/declarative/gallery/qdeclarativegalleryquerymodel.cpp
+++ b/plugins/declarative/gallery/qdeclarativegalleryquerymodel.cpp
@@ -699,30 +699,6 @@ void QDeclarativeDocumentGalleryModel::setRootType(QDeclarativeDocumentGallery::
*/
/*!
- \qmlsignal DocumentGalleryModel::onSucceeded()
-
- Signals that a query has finished successfully.
-*/
-
-/*!
- \qmlsignal DocumentGalleryModel::onCanceled()
-
- Signals that a query was canceled.
-*/
-
-/*!
- \qmlsignal DocumentGalleryModel::onFailed(error)
-
- Signals that a query failed with the given \a error.
-*/
-
-/*!
- \qmlsignal DocumentGalleryModel::onFinished(result)
-
- Signals that a query finished with the given \a result.
-*/
-
-/*!
\qmlproperty int DocumentGalleryModel::count
This property holds the number of results returned by a query.