diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-30 22:31:44 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-30 22:31:44 +0800 |
commit | da62a4a4d2320866966b95a71539c52ebe1e466d (patch) | |
tree | 1db684f5561246655716d831b9656741b2ce4146 /features/TaskHistoryForm.ui.qml | |
parent | ed24552f650521b2a299c8340d97ae4df6a9948b (diff) |
Rename property creator to creatorText
because creator will be used in the logics
Diffstat (limited to 'features/TaskHistoryForm.ui.qml')
-rw-r--r-- | features/TaskHistoryForm.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |