diff options
Diffstat (limited to 'features/TaskHistoryForm.ui.qml')
-rw-r--r-- | features/TaskHistoryForm.ui.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/TaskHistoryForm.ui.qml b/features/TaskHistoryForm.ui.qml index 00b0d82..768f3f0 100644 --- a/features/TaskHistoryForm.ui.qml +++ b/features/TaskHistoryForm.ui.qml @@ -9,6 +9,11 @@ Page { background: Rectangle { color: "#eeeeee" } + + property alias historyCreator: historyCreator + property alias ticketHistoryText: ticketHistoryText + property alias historyTimeStamp: historyTimeStamp + RowLayout { anchors.fill: parent spacing: 8 |