Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6.0
-
None
-
cd46e5b5b (dev), abd020b32 (6.6)
Description
Launching the Qml Wheather example that is part of Qt Charts results in a runtime error:
No app key for worldweatheronline.com given. Using static test data instead of live data. parseWeatherData@qrc:/qml/qmlweather/main.qml:166 Too many arguments, ignoring 1
The line in question is
rainfallSet.append(i, weatherObj.precipMM);
rainFallSet is of type BarSet.