diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-30 11:59:42 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-30 11:59:42 +0800 |
commit | eba11889c757985b164c82da4d4b9b1a850c4c92 (patch) | |
tree | 9f8942be787644f7a1f01b76d78fde5bc80ddbc2 /client.cxx | |
parent | 8df77978203d33015c3a01fec1f4725add079919 (diff) |
Rename timeZone to timezone
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ namespace RTClient { , QString const& signature , QString const& gecos , rtclient_user_lang lang - , rtclient_user_timezone timeZone + , rtclient_user_timezone timezone , bool disabled , bool privileged) { @@ -62,7 +62,7 @@ namespace RTClient { , signature.toLatin1().constData() , gecos.toLatin1().constData() , lang - , timeZone + , timezone , disabled , privileged); } |