aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/md5.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeqt/data/md5.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeqt/data/md5.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qdeclarativeqt/data/md5.qml b/tests/auto/declarative/qdeclarativeqt/data/md5.qml
deleted file mode 100644
index bec1ed1fe7..0000000000
--- a/tests/auto/declarative/qdeclarativeqt/data/md5.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.0
-
-QtObject {
- property string test1: Qt.md5()
- property string test2: Qt.md5("Hello World")
-}