Now you can change the thickness of the drawing tools!
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user