Refactor CaptureTool::pressed and derivatives
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ void SelectionTool::process(QPainter& painter, const QPixmap& pixmap)
|
||||
painter.drawRect(QRect(points().first, points().second));
|
||||
}
|
||||
|
||||
void SelectionTool::pressed(const CaptureContext& context)
|
||||
void SelectionTool::pressed(CaptureContext& context)
|
||||
{
|
||||
Q_UNUSED(context)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user