Now you can change the thickness of the drawing tools!

This commit is contained in:
lupoDharkael
2017-08-17 14:47:27 +02:00
parent 321ec1b555
commit b966a10c09
40 changed files with 244 additions and 62 deletions

View File

@@ -49,11 +49,13 @@ CaptureTool::ToolWorkType ExitTool::toolType() const {
void ExitTool::processImage(
QPainter &painter,
const QVector<QPoint> &points,
const QColor &color)
const QColor &color,
const int thickness)
{
Q_UNUSED(painter);
Q_UNUSED(points);
Q_UNUSED(color);
Q_UNUSED(thickness);
}
void ExitTool::onPressed() {