Plasma/libplasma2/svgsetimagepath

From KDE Community Wiki

Discussion

FrameSvg (and potentially other subclasses of Svg) need to take action when the image path is changed. setImagePath is not virtual nor does it call any internal virtuals. This has resulted in a necessary but unfortunate hack in Svg::setImagePath specifically for FrameSvg.

Proposed Solution

Make Svg::setImagePath virtual.