| 403 | |
| 404 | STD_SETTER_CMD_IMPL_F_S(TextLabel, SetTeXFontColor, QColor, fontColor, updateText) |
| 405 | void TextLabel::setFontColor(const QColor color) { |
| 406 | Q_D(TextLabel); |
| 407 | if (color != d->fontColor) |
| 408 | exec(new TextLabelSetTeXFontColorCmd(d, color, ki18n("%1: set font color"))); |
| 409 | } |
| 410 | |
| 411 | // Border |
| 412 | STD_SETTER_CMD_IMPL_F_S(TextLabel, SetBorderShape, TextLabel::BorderShape, borderShape, updateBorder) |
no outgoing calls
no test coverage detected