From 470ba767663e4ad9d3183fb56ee89361354dfefb Mon Sep 17 00:00:00 2001 From: Venu Date: Tue, 10 Dec 2013 13:44:36 +0100 Subject: Doc: Made copy of the QML files in the snippets directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Nico Vertriest Reviewed-by: Topi Reiniƶ --- src/qml/types/qquickpackage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qml/types/qquickpackage.cpp') 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} */ /*! -- cgit v1.2.3