From 6ff76cf996ff4c1c2fd1f4a63ebe6b6177f898d6 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: Sun, 6 Oct 2019 22:04:03 +0800 Subject: Revert "Move pushHome function to Login Password" This reverts commit d6c16f40490aef972df55ea101f9eef4eeb31f7b. # Conflicts: # controller.cxx --- main.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.qml') diff --git a/main.qml b/main.qml index bf4961f..ac51482 100644 --- a/main.qml +++ b/main.qml @@ -6,6 +6,9 @@ ApplicationWindow { signal logIn(string name, string password) signal ticketHistory(int id, bool longFormat) signal ticketNew(string queue, string requestor) + function pushHome() { + pageView.push("Home.qml") + } id: window visible: true -- cgit v1.2.3