Use state location to store data

KUserFeedback stores data like application launch count and times of last encouragement. These aren't user configuration and are subject to frequent change, so they should not be stored in the config location.

Instead use QStandardPaths::StateLocation and migrate any existing data

Merge request reports

Loading