浏览代码

example fixed

Reinhard Russinger 7 年之前
父节点
当前提交
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