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

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

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