| 374 | |
| 375 | STD_SETTER_CMD_IMPL_F_S(DatapickerCurve, SetPointErrorBarBrush, QBrush, pointErrorBarBrush, retransform) |
| 376 | void DatapickerCurve::setPointErrorBarBrush(const QBrush& brush) { |
| 377 | Q_D(DatapickerCurve); |
| 378 | if (brush != d->pointErrorBarBrush) |
| 379 | exec(new DatapickerCurveSetPointErrorBarBrushCmd(d, brush, ki18n("%1: set error bar filling"))); |
| 380 | } |
| 381 | |
| 382 | STD_SETTER_CMD_IMPL_F_S(DatapickerCurve, SetPointErrorBarPen, QPen, pointErrorBarPen, retransform) |
| 383 | void DatapickerCurve::setPointErrorBarPen(const QPen& pen) { |
no outgoing calls
no test coverage detected