| 302 | |
| 303 | STD_SETTER_CMD_IMPL_F_S(LollipopPlot, SetOrientation, LollipopPlot::Orientation, orientation, recalc) |
| 304 | void LollipopPlot::setOrientation(LollipopPlot::Orientation orientation) { |
| 305 | Q_D(LollipopPlot); |
| 306 | if (orientation != d->orientation) |
| 307 | exec(new LollipopPlotSetOrientationCmd(d, orientation, ki18n("%1: set orientation"))); |
| 308 | } |
| 309 | |
| 310 | // ############################################################################## |
| 311 | // ################################# SLOTS #################################### |
no outgoing calls
no test coverage detected