aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/canvas/contents
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2012-02-29 11:48:06 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-14 01:31:08 +0100
commit6b8c356401259675204126897a563cf020bd68f4 (patch)
tree4547d92e94c8660ff7c05dc06e62ba2340fc99f2 /examples/quick/canvas/contents
parent665f860d9aaccd222c7fa8e309f087be35768022 (diff)
Refactor canvas examples by following the new example guidelines.
Change-Id: I1cc749ad11b8439239ba739f40e99b78af7351ab Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'examples/quick/canvas/contents')
-rw-r--r--examples/quick/canvas/contents/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/canvas/contents/Button.qml b/examples/quick/canvas/contents/Button.qml
index 1413cdb9fa..ab9ce350db 100644
--- a/examples/quick/canvas/contents/Button.qml
+++ b/examples/quick/canvas/contents/Button.qml
@@ -84,4 +84,4 @@ Item {
PropertyChanges { target: pressed; opacity: 1 }
}
]
-} \ No newline at end of file
+}