summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/linedrawmode.cpp
Side-by-side diff
Diffstat (limited to 'noncore/graphics/drawpad/linedrawmode.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/linedrawmode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/graphics/drawpad/linedrawmode.cpp b/noncore/graphics/drawpad/linedrawmode.cpp
index 57295f8..15445fc 100644
--- a/noncore/graphics/drawpad/linedrawmode.cpp
+++ b/noncore/graphics/drawpad/linedrawmode.cpp
@@ -38,7 +38,7 @@ void LineDrawMode::mousePressEvent(QMouseEvent* e)
void LineDrawMode::mouseReleaseEvent(QMouseEvent* e)
{
- Q_UNUSED(e);
+ Q_UNUSED(e)
QPainter painter;
painter.begin(m_pDrawPadCanvas->currentPage());