From a874ba32e2faed5e7b720b6cdba7e98d3d8f41a3 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Sun, 29 Sep 2019 21:49:49 +0700 Subject: declare `property alias` --- features/TaskHistoryForm.ui.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'features/TaskHistoryForm.ui.qml') 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 -- cgit v1.2.3