@@ -29,7 +29,7 @@ Item {
worker.launchScript();
}
- Application{
+ ApplicationLaunch{
id: worker
onAppFinished: {
console.log("WorkerDone");
@@ -45,7 +45,7 @@ Item {
- Application {
+ ApplicationLaunch {
id: writeInterfaces
outFName: outfile
@@ -61,7 +61,7 @@ Item {
property string interfaceMode:""
id: setInterface