aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickimageprovider.cpp
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-01-17 22:08:56 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2013-01-17 22:08:56 +0100
commit9c54d0ef8f6442e32d5762edccef46db80b68681 (patch)
tree0fdbc2be98a2e7fd7728a3860d56c94db3e173bb /src/quick/util/qquickimageprovider.cpp
parent1512835ee1425a3e874d2f2dd2b01f1a1ea7b763 (diff)
parent36a42ed6b11dce102d0e0f93fbd441011b003157 (diff)
Merge branch 'stable' into dev
Conflicts: src/qml/doc/qtqml.qdocconf src/quick/doc/qtquick.qdocconf Change-Id: I087fa14720995a5e53c43567dc4a3c29eb9992a9
Diffstat (limited to 'src/quick/util/qquickimageprovider.cpp')
-rw-r--r--src/quick/util/qquickimageprovider.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick/util/qquickimageprovider.cpp b/src/quick/util/qquickimageprovider.cpp
index 3c5610f995..5242269393 100644
--- a/src/quick/util/qquickimageprovider.cpp
+++ b/src/quick/util/qquickimageprovider.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtQml module of the Qt Toolkit.
@@ -169,7 +169,7 @@ QImage QQuickTextureFactory::image() const
an image provider named "colors", and the images to be loaded are "yellow"
and "red", respectively:
- \snippet examples/qml/imageprovider/imageprovider-example.qml 0
+ \snippet qml/imageprovider/imageprovider-example.qml 0
When these images are loaded by QML, it looks for a matching image provider
and calls its requestImage() or requestPixmap() method (depending on its
@@ -180,9 +180,9 @@ QImage QQuickTextureFactory::image() const
requested by the above QML. This implementation dynamically
generates QPixmap images that are filled with the requested color:
- \snippet examples/qml/imageprovider/imageprovider.cpp 0
+ \snippet qml/imageprovider/imageprovider.cpp 0
\codeline
- \snippet examples/qml/imageprovider/imageprovider.cpp 1
+ \snippet qml/imageprovider/imageprovider.cpp 1
To make this provider accessible to QML, it is registered with the QML engine
with a "colors" identifier: