From 47b72e1b1dd45b496f096262c919e8a730ab5a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Mon, 30 Sep 2019 22:32:18 +0800 Subject: Ticket history is ready with subject, description, content, and creator --- Home.qml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Home.qml') 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") -- cgit v1.2.3