From 6be6316bc4ce879b4373a9fc46edd3eeb6762674 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: Wed, 2 Oct 2019 22:48:23 +0800 Subject: Set ticket history long format to true here --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index 83eb694..bf4961f 100644 --- a/main.qml +++ b/main.qml @@ -4,7 +4,7 @@ import "larva/features" ApplicationWindow { signal logIn(string name, string password) - signal ticketHistory(int id) + signal ticketHistory(int id, bool longFormat) signal ticketNew(string queue, string requestor) id: window -- cgit v1.2.3