Extract all QtQuick 1 elements into a separate library/plugin.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeqt / data / md5.qml
1 import QtQuick 2.0
2
3 QtObject {
4     property string test1: Qt.md5()
5     property string test2: Qt.md5("Hello World")
6 }