Reinhard Russinger 7 лет назад
Родитель
Сommit
d40145311d
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      example/AppTest/SetNetworkInterface.qml

+ 3 - 3
example/AppTest/SetNetworkInterface.qml

@@ -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
         onAppFinished: {
@@ -61,7 +61,7 @@ Item {
         }
     }
 
-    Application {
+    ApplicationLaunch {
         property string interfaceMode:""
 
         id: setInterface