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

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