From: Shawn Rutledge Date: Thu, 14 Mar 2013 12:24:54 +0000 (+0100) Subject: Correct image provider example path in documentation X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=7a99b074b9565473c4cf95a622fc5b7dca278046;p=konrad%2Fqtdeclarative.git Correct image provider example path in documentation The link didn't work. Change-Id: Ic517fac376b32637da4422a5217130304c37f947 Reviewed-by: Martin Smith --- diff --git a/src/quick/util/qquickimageprovider.cpp b/src/quick/util/qquickimageprovider.cpp index 4e3748f..abdadaa 100644 --- a/src/quick/util/qquickimageprovider.cpp +++ b/src/quick/util/qquickimageprovider.cpp @@ -204,7 +204,7 @@ QImage QQuickTextureFactory::image() const \image imageprovider.png A complete example is available in Qt's - \l {qml/imageprovider}{examples/qml/imageprovider} + \l {qml/imageprovider}{examples/quick/imageprovider} directory. Note the example registers the provider via a \l{QQmlExtensionPlugin}{plugin} instead of registering it in the application \c main() function as shown above.