From b7aab36bc1c4bb01f5b26ba63b3daa4caadaaac1 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Wed, 25 Sep 2019 09:30:43 +0800 Subject: Change NULL to nullptr --- qicclient/client.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qicclient') diff --git a/qicclient/client.hxx b/qicclient/client.hxx index aac8fb6..14c3652 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -10,7 +10,7 @@ namespace ICClient { Q_OBJECT public: - Client(char const* url, char const* certificate = NULL); + Client(char const* url, char const* certificate = nullptr); ~Client(); public slots: -- cgit v1.3