summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlqt/data/md5.qml
blob: 3c96a6bfdad1471a0ac507e0abb25222d2f80e84 (plain)
1
2
3
4
5
6
import Qt 4.6

Object {
    property string test1: Qt.md5()
    property string test2: Qt.md5("Hello World")
}