From a4feb54dc99b4e46f761bcaf231caa2bbf781e84 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Thu, 4 Jan 2018 01:05:15 +0100 Subject: [PATCH] Use more nullptr --- dataengines/weather/weatherengine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataengines/weather/weatherengine.h b/dataengines/weather/weatherengine.h index 556e8aae7..1f293f270 100644 --- a/dataengines/weather/weatherengine.h +++ b/dataengines/weather/weatherengine.h @@ -113,7 +113,7 @@ private: * Get instance of a loaded ion. * @returns a IonInterface instance of a loaded plugin. */ - IonInterface* ionForSource(const QString& source, QString* ionName = 0); + IonInterface* ionForSource(const QString& source, QString* ionName = nullptr); private: QHash m_ionUsage;