From ac171af55c1aa5233974586332ffd2d6c88bba74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8A=B2=E9=B9=8F?= Date: Tue, 8 Jun 2021 13:52:15 +0800 Subject: [PATCH] remove init --- doric-Qt/example/app/main.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/doric-Qt/example/app/main.qml b/doric-Qt/example/app/main.qml index ee7b9703..bf7d978c 100644 --- a/doric-Qt/example/app/main.qml +++ b/doric-Qt/example/app/main.qml @@ -96,7 +96,6 @@ ApplicationWindow { StackView { id: stack - initialItem: entry anchors.fill: parent } }