| 138 | } |
| 139 | |
| 140 | void ShowColorWidget::setPlainColor(const QColor &color) |
| 141 | { |
| 142 | this->renderRange = false; |
| 143 | this->plainColor = color; |
| 144 | this->update(); |
| 145 | } |
| 146 | |
| 147 | void ShowColorWidget::mouseReleaseEvent(QMouseEvent *) |
| 148 | { |
no test coverage detected