From 0a925784b13004d7b62513ec9c4d473c8abbcfba Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Tue, 17 Sep 2019 21:53:10 +0800 Subject: librtclient user_new parameters have been reordered too --- qrtclient/client.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qrtclient') diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx index 23c0ae9..0b96294 100644 --- a/qrtclient/client.hxx +++ b/qrtclient/client.hxx @@ -2,6 +2,7 @@ #define QRTCLIENT_HXX #include +#include struct rt_user; struct rt_ticketlist; @@ -38,8 +39,8 @@ namespace RTClient { , QString const& comments = nullptr , QString const& signature = nullptr , QString const& gecos = nullptr - , int lang = 0 - , int timeZone = 0 + , enum rt_lang lang = RT_LANG_NONE + , enum rt_timezone timeZone = RT_TIMEZONE_NONE , bool disabled = false , bool privileged = false); void search(QString const& owner); -- cgit v1.3