aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/selftests/tst_selftests.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmltest/selftests/tst_selftests.qml')
-rw-r--r--tests/auto/qmltest/selftests/tst_selftests.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qmltest/selftests/tst_selftests.qml b/tests/auto/qmltest/selftests/tst_selftests.qml
index 7ef3f33340..19f06f4ceb 100644
--- a/tests/auto/qmltest/selftests/tst_selftests.qml
+++ b/tests/auto/qmltest/selftests/tst_selftests.qml
@@ -85,6 +85,10 @@ TestCase {
function skip(msg, file, line) {
failmsg = "skip:" + msg
}
+
+ function stringify(str) {
+ return str;
+ }
}
TestCase {