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

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