diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-30 11:41:49 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-30 11:41:49 +0800 |
commit | 52c4146d5f228347ddbafdcd977166c89551112a (patch) | |
tree | 487db3e52b193fce3dd35402527840b0f4f13e23 /qrtclient | |
parent | 5811ed952f1d4e0887c619d6fafeadd11a11821f (diff) |
Make ticket new parameter names more consistent
Diffstat (limited to 'qrtclient')
-rw-r--r-- | qrtclient/client.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx index 8876f4c..1f6b3fe 100644 --- a/qrtclient/client.hxx +++ b/qrtclient/client.hxx @@ -50,13 +50,13 @@ namespace RTClient { , QString const& requestor = nullptr , QString const& subject = nullptr , QString const& cc = nullptr - , QString const& admincc = nullptr + , QString const& adminCc = nullptr , QString const& owner = nullptr , QString const& status = nullptr , QString const& priority = nullptr - , QString const& initialpriority = nullptr - , QString const& finalpriority = nullptr - , QString const& timeestimated = nullptr + , QString const& initialPriority = nullptr + , QString const& finalPriority = nullptr + , QString const& timeEstimated = nullptr , QString const& starts = nullptr , QString const& due = nullptr , QString const& text = nullptr); |