summaryrefslogtreecommitdiff
path: root/features/TaskHistoryForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-29 21:49:49 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-29 21:49:49 +0700
commita874ba32e2faed5e7b720b6cdba7e98d3d8f41a3 (patch)
treeaae8bba9d4db3c9b780d37990507d0e964c50e1b /features/TaskHistoryForm.ui.qml
parent27b2be77d5d7c53a23bfbec57807b2669dc1c163 (diff)
declare `property alias`
Diffstat (limited to 'features/TaskHistoryForm.ui.qml')
-rw-r--r--features/TaskHistoryForm.ui.qml5
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