diff options
Diffstat (limited to 'controller.hxx')
-rw-r--r-- | controller.hxx | 3 |
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; |