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 --- qrtclient/client.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qrtclient') 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); -- cgit v1.2.3