summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-18 07:25:45 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-18 07:25:45 +0800
commitf490a15ce4dcb7937f055c7266669502a2f51387 (patch)
treeceaae6bfeabbb3c87d0fee45f566b87ec99ad575 /client.cxx
parentb49d11dd8da38c2113d063de30c9e904a4f2f454 (diff)
Give search function a ticket prefix
to make the naming more consistent
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.cxx b/client.cxx
index 68bc470..a632939 100644
--- a/client.cxx
+++ b/client.cxx
@@ -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);