summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/md5.qml
blob: 07f719b49a6377f838a33ec7698b27c7c9397191 (plain)
1
2
3
4
5
6
import Qt 4.7

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