瀏覽代碼

Enforce loading of main component from settings

Change-Id: I9b38d12a6aa0737eeb5f3292dc2463a044952eb9
Donald Carr 9 年之前
父節點
當前提交
8a22c09c7b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      qml/main.qml

+ 0 - 1
qml/main.qml

@@ -72,7 +72,6 @@ Window {
         Loader {
             id: loader
             anchors.fill: parent
-            source: "basic/Basic.qml"
         }
     }