diff options
Diffstat (limited to 'TicketHistory.qml')
-rw-r--r-- | TicketHistory.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TicketHistory.qml b/TicketHistory.qml index 991b643..7fe07a5 100644 --- a/TicketHistory.qml +++ b/TicketHistory.qml @@ -51,7 +51,7 @@ TaskDetailForm { anchors.leftMargin: 0 anchors.top: separator.bottom anchors.topMargin: 8 - creator.text: creator + creatorText.text: creator ticketDescription.text: content } } |