diff options
-rw-r--r-- | controller.cxx | 2 | ||||
m--------- | qrtclient | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/controller.cxx b/controller.cxx index 47656e4..38482d5 100644 --- a/controller.cxx +++ b/controller.cxx @@ -33,7 +33,7 @@ Controller::Controller(QObject* parent) : QObject{parent} taskList = new RTClient::TicketList; engine->rootContext()->setContextProperty("taskList", taskList); connect(client, SIGNAL(foundTasks(rt_ticketlist*)) - , taskList, SLOT(addTasks(rt_ticketlist*))); + , taskList, SLOT(addTickets(rt_ticketlist*))); thread.start(); } diff --git a/qrtclient b/qrtclient -Subproject 70565512f20febb7a2e47ea6efde61a31aa7c57 +Subproject 0430cbb3680370d9d761f718393632e5336cb4b |