Doc: Move snippet into correct module
authorSze Howe Koh <szehowe.koh@gmail.com>
Wed, 15 May 2013 14:10:08 +0000 (22:10 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 16 May 2013 16:02:57 +0000 (18:02 +0200)
The snippet belongs to Qt Quick's "QML Basic Type: color"
(src/quick/doc/src/qmltypereference.qdoc)

Change-Id: I47defee04c34f9c98ec57d840c377c680d114d71
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/quick/doc/snippets/qml/colors.qml [moved from src/qml/doc/snippets/qml/colors.qml with 99% similarity]

similarity index 99%
rename from src/qml/doc/snippets/qml/colors.qml
rename to src/quick/doc/snippets/qml/colors.qml
index 2885f13..473df71 100644 (file)
@@ -42,7 +42,7 @@ import QtQuick 2.0
 
 Rectangle {
     width: 160; height: 250
-    
+
     Image {
         width: 160; height: 200
         source: "pics/checker.svg"