aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmetaobject/data/property.url.qml
blob: c820c825159216c8525e17570b1c5cbe7f9f16a2 (plain)
1
2
3
4
5
import QtQuick 2.0

QtObject {
    property url test: "http://foo.bar"
}