summaryrefslogtreecommitdiff
path: root/tests/manual/qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qml')
-rw-r--r--tests/manual/qml/testfiles/usingbutton.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/qml/testfiles/usingbutton.qml b/tests/manual/qml/testfiles/usingbutton.qml
new file mode 100644
index 0000000000..27375c8957
--- /dev/null
+++ b/tests/manual/qml/testfiles/usingbutton.qml
@@ -0,0 +1,11 @@
+import Qt 4.6
+import "components"
+
+Rectangle {
+ width: 640
+ height: 480
+
+ MyButton {
+ }
+
+} \ No newline at end of file