From f490a15ce4dcb7937f055c7266669502a2f51387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Wed, 18 Sep 2019 07:25:45 +0800 Subject: Give search function a ticket prefix to make the naming more consistent --- client.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.cxx') 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); -- cgit v1.2.3