aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-03-14 13:24:54 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-04 18:29:09 +0200
commit7a99b074b9565473c4cf95a622fc5b7dca278046 (patch)
tree609842574f7314afff5fe2c5c7f29f7c7ccb4599
parente2a34bf7acd54a17279c0cfbec4cb37b0a61c2f0 (diff)
Correct image provider example path in documentation
The link didn't work. Change-Id: Ic517fac376b32637da4422a5217130304c37f947 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--src/quick/util/qquickimageprovider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickimageprovider.cpp b/src/quick/util/qquickimageprovider.cpp
index 4e3748f78f..abdadaa5d3 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.