summaryrefslogtreecommitdiff
path: root/qrtclient
diff options
context:
space:
mode:
Diffstat (limited to 'qrtclient')
-rw-r--r--qrtclient/client.hxx2
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: