diff options
Diffstat (limited to 'Home.qml')
-rw-r--r-- | Home.qml | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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") |