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;