diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-18 07:25:45 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-18 07:25:45 +0800 |
commit | f490a15ce4dcb7937f055c7266669502a2f51387 (patch) | |
tree | ceaae6bfeabbb3c87d0fee45f566b87ec99ad575 | |
parent | b49d11dd8da38c2113d063de30c9e904a4f2f454 (diff) |
Give search function a ticket prefix
to make the naming more consistent
-rw-r--r-- | client.cxx | 2 | ||||
-rw-r--r-- | qrtclient/client.hxx | 2 |
2 files changed, 2 insertions, 2 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); diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx index d92d9e8..c8182d8 100644 --- a/qrtclient/client.hxx +++ b/qrtclient/client.hxx @@ -43,7 +43,7 @@ namespace RTClient { , rtclient_timezone timeZone = RTCLIENT_TIMEZONE_NONE , bool disabled = false , bool privileged = false); - void search(QString const& owner); + void ticketSearch(QString const& owner); signals: void logged(rtclient_user* user); |