diff main/Surveyer.cpp @ 2126:0b15f3b16776 fix-static-analysis

Use nullptr throughout
author Chris Cannam
date Mon, 26 Nov 2018 14:35:05 +0000
parents 06f061c54b66
children 62b1a3a242ee
line wrap: on
line diff
--- a/main/Surveyer.cpp	Mon Nov 26 13:56:48 2018 +0000
+++ b/main/Surveyer.cpp	Mon Nov 26 14:35:05 2018 +0000
@@ -34,7 +34,7 @@
     m_hostname(hostname),
     m_testPath(testPath),
     m_surveyPath(surveyPath),
-    m_reply(0),
+    m_reply(nullptr),
     m_nm(new QNetworkAccessManager)
 {
     QSettings settings;