From b04f4207d9070b29221eec8fb3206ba8510b2004 Mon Sep 17 00:00:00 2001 From: Damian Jansen Date: Wed, 7 Sep 2011 11:17:27 +1000 Subject: [PATCH] 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 Reviewed-by: Damian Jansen --- src/declarative/qml/qdeclarativeengine.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp index fa7854b..789c9ed 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) -- 1.7.2.5