Skip to content

applets/kicker: fix DashboardRepresentation warning

Christoph Wolk requested to merge cwo/plasma-desktop:dashboard_actionmenu into master

The ActionMenu component was changed to no longer inherit from Item. While the use in cascading kicker was adapted to this, the one in DashboardRepresentation was not. It stores the ActionMenu in an Item property, and as the types do not match a warning is printed.

This change sets the type of the property to match what is actually stored.


I strongly suspect the property isn't actually used anywhere and so could probably just be removed (which is also why the failed binding didn't seem to have any consequences). But I don't think it's worth risking it, so let's just silence the error.

Merge request reports

Loading