aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"