| 225 | |
| 226 | STD_SETTER_CMD_IMPL_F_S(Background, SetImageStyle, Background::ImageStyle, imageStyle, update) |
| 227 | void Background::setImageStyle(Background::ImageStyle style) { |
| 228 | Q_D(Background); |
| 229 | if (style != d->imageStyle) |
| 230 | exec(new BackgroundSetImageStyleCmd(d, style, ki18n("%1: background image style changed"))); |
| 231 | } |
| 232 | |
| 233 | STD_SETTER_CMD_IMPL_F_S(Background, SetBrushStyle, Qt::BrushStyle, brushStyle, update) |
| 234 | void Background::setBrushStyle(Qt::BrushStyle style) { |
no outgoing calls
no test coverage detected