mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-04 01:15:52 +00:00
fix stupid errors (2)
This commit is contained in:
@ -99,7 +99,7 @@ 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;
|
||||||
|
Reference in New Issue
Block a user