summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally.qml
blob: 70bd74dd93671ff061fc28b23a562d6259e0e04c (plain)
1
2
3
4
5
import Qt 4.6

QtObject {
    Component.onCompleted: Qt.openUrlExternally("test:url")
}