mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
fix stupid errors (2)
This commit is contained in:
parent
fe38d9133b
commit
a30e6ba21b
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user