| 218 | |
| 219 | STD_SETTER_CMD_IMPL_F_S(Background, SetColorStyle, Background::ColorStyle, colorStyle, update) |
| 220 | void Background::setColorStyle(Background::ColorStyle style) { |
| 221 | Q_D(Background); |
| 222 | if (style != d->colorStyle) |
| 223 | exec(new BackgroundSetColorStyleCmd(d, style, ki18n("%1: background color style changed"))); |
| 224 | } |
| 225 | |
| 226 | STD_SETTER_CMD_IMPL_F_S(Background, SetImageStyle, Background::ImageStyle, imageStyle, update) |
| 227 | void Background::setImageStyle(Background::ImageStyle style) { |
no outgoing calls
no test coverage detected