aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qquickpackage.cpp
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2013-12-10 13:44:36 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-13 15:50:06 +0100
commit470ba767663e4ad9d3183fb56ee89361354dfefb (patch)
tree84049af0c87463501de10ce61bc1230ca9d0dd8c /src/qml/types/qquickpackage.cpp
parent2602b4402f3c8d867d11ea62b613b03dacc8a232 (diff)
Doc: Made copy of the QML files in the snippets directory
The Delegate.qml and view.qml files were not in the scope of Qt QML exampledirs. These files were in the example directory under quick, so had to make of copy of them in the snippets directory and update the snippet path to get the snippets in the html output. Task-number: QTBUG-35445 Change-Id: Ic3fa19dbd36b91d76fbc497ab524f5c0ff91325f Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/qml/types/qquickpackage.cpp')
-rw-r--r--src/qml/types/qquickpackage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/types/qquickpackage.cpp b/src/qml/types/qquickpackage.cpp
index 1fed95eb85..f44be9d4b4 100644
--- a/src/qml/types/qquickpackage.cpp
+++ b/src/qml/types/qquickpackage.cpp
@@ -65,15 +65,15 @@ QT_BEGIN_NAMESPACE
delegate it should appear in. This allows an item to move
between views.
- \snippet quick/views/package/Delegate.qml 0
+ \snippet package/Delegate.qml 0
These named items are used as the delegates by the two views who
reference the special \l{VisualDataModel::parts} property to select
a model which provides the chosen delegate.
- \snippet quick/views/package/view.qml 0
+ \snippet package/view.qml 0
- \sa {quick/views/package}{Package example}, {Qt Quick Demo - Photo Viewer}, {Qt QML}
+ \sa {Qt Quick Examples - Views}, {Qt Quick Demo - Photo Viewer}, {Qt QML}
*/
/*!