diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-24 17:52:24 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-24 17:52:24 +0800 |
commit | 18977911a7645333c1887bfbbee96520226b3989 (patch) | |
tree | c613ae9bbd8ecbe5af80138859e6a01cc75f33e9 /qrtclient/client.hxx | |
parent | a018a703dade256a26f1e3f13591734c0ad171ef (diff) |
Initialisation takes CA certificates file path
and the URL is C string
Diffstat (limited to 'qrtclient/client.hxx')
-rw-r--r-- | qrtclient/client.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx index 628472a..13b935a 100644 --- a/qrtclient/client.hxx +++ b/qrtclient/client.hxx @@ -14,7 +14,7 @@ namespace RTClient { Q_OBJECT public: - Client(QString const& url); + Client(char const* url, char const* certificate = NULL); ~Client(); public slots: |