From 88bbb96199f944925063d7ef96eb055da063a776 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: Thu, 26 Sep 2019 21:05:42 +0800 Subject: Use new signal slot syntax and lambda --- controller.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'controller.hxx') diff --git a/controller.hxx b/controller.hxx index 8eb4017..1a9935c 100644 --- a/controller.hxx +++ b/controller.hxx @@ -18,9 +18,6 @@ class Controller : public QObject void checked(rtclient_user* user); void checked(QString const& name); - private slots: - void check(rtclient_user* user); - private: QThread thread; RTClient::TicketList* taskList; -- cgit v1.2.3