summaryrefslogtreecommitdiff
path: root/controller.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-26 21:05:42 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-26 21:05:42 +0800
commit88bbb96199f944925063d7ef96eb055da063a776 (patch)
tree8c06031f460634cbdd8ceb9913661aa8d1f57607 /controller.hxx
parent9e238e0768530bab6a91742db806a0214e5dcbc3 (diff)
Use new signal slot syntax and lambda
Diffstat (limited to 'controller.hxx')
-rw-r--r--controller.hxx3
1 files changed, 0 insertions, 3 deletions
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;