Ver Fonte

example fixed

Reinhard Russinger há 7 anos atrás
pai
commit
d40145311d
1 ficheiros alterados com 3 adições e 3 exclusões
  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