diff options
Diffstat (limited to 'tests/auto/declarative/qmlconnection/data/test-connection3.qml')
-rw-r--r-- | tests/auto/declarative/qmlconnection/data/test-connection3.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlconnection/data/test-connection3.qml b/tests/auto/declarative/qmlconnection/data/test-connection3.qml new file mode 100644 index 0000000..32133f9 --- /dev/null +++ b/tests/auto/declarative/qmlconnection/data/test-connection3.qml @@ -0,0 +1,3 @@ +import Qt 4.6 + +Connection {} |