diff options
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ namespace RTClient { , privileged); } - void Client::search(QString const& owner) + void Client::ticketSearch(QString const& owner) { QString query{"Owner='"}; query.append(owner); |