aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt/data/md5.qml
blob: bec1ed1fe70830f34fbea7dc237d1b20b3700e75 (plain)
1
2
3
4
5
6
import QtQuick 2.0

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