Skip to content

Fix zoom select

Sune Vuorela requested to merge work/sune/fix-zoom-select into master

There is a surprising api change in KSelectAction that has renamed triggered, but a base class is still having a different triggered, so code still compiles.

Rename the signal to the new version

BUG: 479108

Merge request reports