aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-05-15 22:10:08 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-16 18:02:57 +0200
commit116a9893f1f333ee7a06d14d7a285345887b6eb3 (patch)
treea241a94e2bb54e59e010ba814748984406ac0707 /src
parent06224ffd13e2aba311c6dce4035290153b30954e (diff)
Doc: Move snippet into correct module
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>
Diffstat (limited to 'src')
-rw-r--r--src/quick/doc/snippets/qml/colors.qml (renamed from src/qml/doc/snippets/qml/colors.qml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/snippets/qml/colors.qml b/src/quick/doc/snippets/qml/colors.qml
index 2885f13c81..473df711bd 100644
--- a/src/qml/doc/snippets/qml/colors.qml
+++ b/src/quick/doc/snippets/qml/colors.qml
@@ -42,7 +42,7 @@ import QtQuick 2.0
Rectangle {
width: 160; height: 250
-
+
Image {
width: 160; height: 200
source: "pics/checker.svg"