diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-25 09:29:19 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-25 09:29:19 +0800 |
commit | c1d0defeb364527218d1187b9be87872282428a8 (patch) | |
tree | d6c4aec57b69dc626ac48aed80c64bc1568a13bf /qrtclient | |
parent | ddeb4c5f70dba8644d75a084335b787b642f449e (diff) |
Change NULL to nullptr
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: |