summaryrefslogtreecommitdiff
path: root/Home.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-30 22:32:18 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-30 22:32:18 +0800
commit47b72e1b1dd45b496f096262c919e8a730ab5a00 (patch)
tree2080f28c06e9417b44536421302533c92cef5d73 /Home.qml
parentd7d7deff4f8dd5e2d0ad5982ed1c076abd9e3143 (diff)
Ticket history is ready with subject, description, content, and creator
Diffstat (limited to 'Home.qml')
-rw-r--r--Home.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/Home.qml b/Home.qml
index bf1db86..2a8d1a3 100644
--- a/Home.qml
+++ b/Home.qml
@@ -3,16 +3,6 @@ import QtQuick.Controls 2.12
import "larva/features"
HomeForm {
- objectName: "home"
- function ticketHistory(description, content, creator) {
- pageView.push("TicketHistory.qml", {
- "subject": subject
- , "description": description
- , "content": content
- , "creator": creator
- })
- }
-
menuButton.onClicked: drawer.open()
profileButton.onClicked: pageView.push("Profile.qml")