Skip to content

Nuke possibleValues data member and getter from FlatpakPermission class

ivan tkachenko requested to merge work/ratijas/5/nuke-possible-values into Plasma/5.27

It was redundant and wasteful to keep it in-memory for every permission entry. It can be computed at any time based on entry's section type.

Besides, the model already has this kind of method, it just needed to be marked as static as well.

(cherry picked from commit 5d299024)

Merge request reports