summaryrefslogtreecommitdiffstats
path: root/tests/manual/barstest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/barstest')
-rw-r--r--tests/manual/barstest/custominputhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/barstest/custominputhandler.cpp b/tests/manual/barstest/custominputhandler.cpp
index 3e61f904..e6fe9aa5 100644
--- a/tests/manual/barstest/custominputhandler.cpp
+++ b/tests/manual/barstest/custominputhandler.cpp
@@ -39,7 +39,7 @@ CustomInputHandler::CustomInputHandler(QObject *parent) :
//! [0]
void CustomInputHandler::mouseMoveEvent(QMouseEvent *event, const QPoint &mousePos)
{
- Q_UNUSED(event)
+ Q_UNUSED(event);
setInputPosition(mousePos);
}
//! [0]