aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorDamian Jansen <damian.jansen@nokia.com>2011-09-07 11:17:27 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-07 08:53:52 +0200
commitb04f4207d9070b29221eec8fb3206ba8510b2004 (patch)
tree20c1a0c72418f233e167281ffa67151a8c12063a /src/declarative
parent55a1fde9298474a326a1aa0eba699e5125a32f69 (diff)
Doc fix for QDeclarativeEngine
imageProvider return details in wrong place. Change-Id: I5e2162b88a6bfd95222b9a7ac87d408c7740558d Reviewed-on: http://codereview.qt.nokia.com/4295 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/qml/qdeclarativeengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp
index fa7854b456..789c9edae8 100644
--- a/src/declarative/qml/qdeclarativeengine.cpp
+++ b/src/declarative/qml/qdeclarativeengine.cpp
@@ -663,6 +663,8 @@ void QDeclarativeEngine::addImageProvider(const QString &providerId, QDeclarativ
/*!
Returns the QDeclarativeImageProvider set for \a providerId.
+
+ Returns the provider if it was found; otherwise returns 0.
*/
QDeclarativeImageProvider *QDeclarativeEngine::imageProvider(const QString &providerId) const
{
@@ -674,8 +676,6 @@ QDeclarativeImageProvider *QDeclarativeEngine::imageProvider(const QString &prov
/*!
Removes the QDeclarativeImageProvider for \a providerId.
- Returns the provider if it was found; otherwise returns 0.
-
\sa addImageProvider()
*/
void QDeclarativeEngine::removeImageProvider(const QString &providerId)