From 7a99b074b9565473c4cf95a622fc5b7dca278046 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Thu, 14 Mar 2013 13:24:54 +0100 Subject: [PATCH] Correct image provider example path in documentation The link didn't work. Change-Id: Ic517fac376b32637da4422a5217130304c37f947 Reviewed-by: Martin Smith --- src/quick/util/qquickimageprovider.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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. -- 1.7.2.5