fix stupid errors (2)

This commit is contained in:
Evgenii Alekseev 2017-02-14 04:01:33 +03:00
parent fe38d9133b
commit a30e6ba21b

View File

@ -99,9 +99,9 @@ QString ExtWeather::jsonMapFile() const
{ {
QString fileName = QStandardPaths::locate( QString fileName = QStandardPaths::locate(
QStandardPaths::GenericDataLocation, QStandardPaths::GenericDataLocation,
QString("awesomewidgets/weather/awesomewidgets-extweather-ids.json")) QString("awesomewidgets/weather/awesomewidgets-extweather-ids.json"));
qCInfo(LOG_LIB) << "Map file" << fileName; qCInfo(LOG_LIB) << "Map file" << fileName;
return fileName; return fileName;
} }