Correct image provider example path in documentation
authorShawn Rutledge <shawn.rutledge@digia.com>
Thu, 14 Mar 2013 12:24:54 +0000 (13:24 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 4 Apr 2013 16:29:09 +0000 (18:29 +0200)
The link didn't work.

Change-Id: Ic517fac376b32637da4422a5217130304c37f947
Reviewed-by: Martin Smith <martin.smith@digia.com>

src/quick/util/qquickimageprovider.cpp

index 4e3748f..abdadaa 100644 (file)
@@ -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.