From 47b72e1b1dd45b496f096262c919e8a730ab5a00 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ 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.3