From b143576a735b6ec67058d5c6b6cf369b1002756d Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Fri, 13 Nov 2009 14:53:49 +1000 Subject: Missing files --- tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml | 5 +++++ tests/auto/declarative/qmlqt/data/md5.qml | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml create mode 100644 tests/auto/declarative/qmlqt/data/md5.qml diff --git a/tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml b/tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml new file mode 100644 index 0000000..e3b32ca --- /dev/null +++ b/tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml @@ -0,0 +1,5 @@ +import Test 1.0 + +MySecondNamespacedType { + list: [ MyNamespacedType {} ] +} diff --git a/tests/auto/declarative/qmlqt/data/md5.qml b/tests/auto/declarative/qmlqt/data/md5.qml new file mode 100644 index 0000000..3c96a6b --- /dev/null +++ b/tests/auto/declarative/qmlqt/data/md5.qml @@ -0,0 +1,6 @@ +import Qt 4.6 + +Object { + property string test1: Qt.md5() + property string test2: Qt.md5("Hello World") +} -- cgit v0.12