aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally_lib.qml
blob: 456653b81d495c43a12910cad40c27ff7e55d628 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0
import "openUrlExternally_lib.js" as Test

Item {
    Component.onCompleted: Test.loadTest();

    property bool testFile
    onTestFileChanged: Test.loadFile();
}