From ac9411f3a2ee6ff4d7e3c13ae605c393407eb5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 13 Feb 2023 21:12:26 +0800 Subject: FontLoader with source doesn't need the name set --- Counter.ui.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'Counter.ui.qml') diff --git a/Counter.ui.qml b/Counter.ui.qml index cc979d2..e6e7318 100644 --- a/Counter.ui.qml +++ b/Counter.ui.qml @@ -38,7 +38,6 @@ Item { ColumnLayout { FontLoader { id: bold - name: "Heebo" source: "Heebo/Heebo-Bold.ttf" } @@ -52,7 +51,6 @@ Item { FontLoader { id: medium - name: "Heebo" source: "Heebo/Heebo-Bold.ttf" } -- cgit v1.2.3