Skip to content

Use the right data type for globalAnimationEntryValue

This is read as a double from KConfig and was then assigned to a QString, which for some reason compiles with Qt5. Qt6 no longer allows this.

Merge request reports