From da62a4a4d2320866966b95a71539c52ebe1e466d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Mon, 30 Sep 2019 22:31:44 +0800 Subject: Rename property creator to creatorText because creator will be used in the logics --- features/TaskHistoryForm.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features') diff --git a/features/TaskHistoryForm.ui.qml b/features/TaskHistoryForm.ui.qml index fe211ea..316b1a2 100644 --- a/features/TaskHistoryForm.ui.qml +++ b/features/TaskHistoryForm.ui.qml @@ -9,7 +9,7 @@ Page { color: "#eeeeee" } height: ticketDescriptionLayout.height - property alias creator: creator + property alias creatorText: creatorText property alias ticketDescription: ticketDescription property alias ticketDate: ticketDate @@ -24,7 +24,7 @@ Page { Layout.topMargin: 8 spacing: 8 Text { - id: creator + id: creatorText text: qsTr("Username") Layout.rightMargin: 0 Layout.fillWidth: true -- cgit v1.2.3