summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/md5.qml
blob: 32e90c041e20b9f3c1fda4d6f5bd8d15e369a130 (plain)
1
2
3
4
5
6
import QtQuick 1.0

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