aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickcanvas/tst_qquickcanvas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qquickcanvas/tst_qquickcanvas.cpp')
-rw-r--r--tests/auto/declarative/qquickcanvas/tst_qquickcanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qquickcanvas/tst_qquickcanvas.cpp b/tests/auto/declarative/qquickcanvas/tst_qquickcanvas.cpp
index 640b4b4f40..95fcd82dfa 100644
--- a/tests/auto/declarative/qquickcanvas/tst_qquickcanvas.cpp
+++ b/tests/auto/declarative/qquickcanvas/tst_qquickcanvas.cpp
@@ -149,7 +149,7 @@ protected:
event->accept();
}
- virtual void mousePressEvent(QMouseEvent *event) {
+ virtual void mousePressEvent(QMouseEvent *) {
mousePressId = ++mousePressNum;
}