Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeqt / data / openUrlExternally.qml
1 import QtQuick 1.0
2
3 QtObject {
4     Component.onCompleted: Qt.openUrlExternally("test:url")
5
6     property bool testFile
7     onTestFileChanged: Qt.openUrlExternally("test.html")
8 }