diff options
Diffstat (limited to 'qrtclient')
-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 13b935a..75477d7 100644 --- a/qrtclient/client.hxx +++ b/qrtclient/client.hxx @@ -14,7 +14,7 @@ namespace RTClient { Q_OBJECT public: - Client(char const* url, char const* certificate = NULL); + Client(char const* url, char const* certificate = nullptr); ~Client(); public slots: |