chore(WeatherService): rename to Weather

This commit is contained in:
Hasan A. Tekeoğlu
2025-07-01 12:57:14 +03:00
parent b982c788fe
commit c94231365f
3 changed files with 11 additions and 11 deletions
@@ -33,7 +33,7 @@ Item {
MaterialSymbol {
fill: 0
text: WeatherIcons.codeToName[WeatherService.data.wCode]
text: WeatherIcons.codeToName[Weather.data.wCode]
iconSize: Appearance.font.pixelSize.large
color: Appearance.colors.colOnLayer1
}
@@ -42,7 +42,7 @@ Item {
visible: true
font.pixelSize: Appearance.font.pixelSize.large
color: Appearance.colors.colOnLayer1
text: WeatherService.data.temp
text: Weather.data.temp
}
}
}