diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-30 11:55:19 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-30 11:55:19 +0800 |
| commit | 8df77978203d33015c3a01fec1f4725add079919 (patch) | |
| tree | 0f1fe2e8625de3c5e7cc7a239c4722222ab4fed4 /qrtclient/client.hxx | |
| parent | 52c4146d5f228347ddbafdcd977166c89551112a (diff) | |
User namespace is given to lang and timezone
Diffstat (limited to 'qrtclient/client.hxx')
| -rw-r--r-- | qrtclient/client.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx index 1f6b3fe..408e174 100644 --- a/qrtclient/client.hxx +++ b/qrtclient/client.hxx @@ -39,9 +39,10 @@ namespace RTClient { , QString const& comments = nullptr , QString const& signature = nullptr , QString const& gecos = nullptr - , rtclient_lang lang = RTCLIENT_LANG_NONE - , rtclient_timezone timeZone - = RTCLIENT_TIMEZONE_NONE + , rtclient_user_lang lang + = RTCLIENT_USER_LANG_NONE + , rtclient_user_timezone timeZone + = RTCLIENT_USER_TIMEZONE_NONE , bool disabled = false , bool privileged = false); void userShow(unsigned int id); |