Skip to content

Add QML API for the sun and moon computations

Volker Krause requested to merge work/vkrause/qml-sun-and-lunar-api into master

The C++ API is unfortunately not directly usable here, as JS doesn't play nicely with standalone date or time values.

The use-case for this is KWeather, aiming at replacing online queries for this data there.

Merge request reports