diff options
-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 |