Use more nullptr

wilder-5.14
Friedrich W. H. Kossebau 8 years ago
parent 767484db9e
commit a4feb54dc9
  1. 2
      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<QString, int> m_ionUsage;

Loading…
Cancel
Save