diff options
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -113,12 +113,12 @@ namespace RTClient { , text.toLatin1().constData()); } - void Client::ticketSearch(QString const& owner) + void Client::searchTicket(QString const& owner) { QString query{"Owner='" % owner % "'"}; rtclient_search_ticket_list* ticketList = nullptr; rtclient_search_ticket(&ticketList, query.toLatin1().constData()); - emit ticketSearched(ticketList); + emit searchedTicket(ticketList); } void Client::ticketHistory(int id) |