| 131 | } |
| 132 | |
| 133 | void ShowColorWidget::setColorMapper(const stats::color::ColorMapper &mapper) |
| 134 | { |
| 135 | this->renderRange = true; |
| 136 | this->colMapper = mapper; |
| 137 | this->update(); |
| 138 | } |
| 139 | |
| 140 | void ShowColorWidget::setPlainColor(const QColor &color) |
| 141 | { |
no test coverage detected