From cec16f1e67aeec0e8a82a06cda6aaca5d95f4d94 Mon Sep 17 00:00:00 2001 From: Jan Arve Saether <jan-arve.saether@digia.com> Date: Tue, 7 May 2013 15:08:17 +0200 Subject: [PATCH] Move xmlrole.qml to the correct location The snippets that qqmlxmllistmodel.cpp referred to could not be found. xmlrole.qml is only referenced from src/imports/xmllistmodel/qqmlxmllistmodel.cpp Change-Id: I95f962927097cd9d3295fbc2b376a9ab27ae6e5c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> --- src/{qml => quick}/doc/snippets/qml/xmlrole.qml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{qml => quick}/doc/snippets/qml/xmlrole.qml (100%) diff --git a/src/qml/doc/snippets/qml/xmlrole.qml b/src/quick/doc/snippets/qml/xmlrole.qml similarity index 100% rename from src/qml/doc/snippets/qml/xmlrole.qml rename to src/quick/doc/snippets/qml/xmlrole.qml -- GitLab