summaryrefslogtreecommitdiffstats
path: root/examples/animation/stickman/stickman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/stickman/stickman.cpp')
-rw-r--r--examples/animation/stickman/stickman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/animation/stickman/stickman.cpp b/examples/animation/stickman/stickman.cpp
index 5eb392f..e00ea41 100644
--- a/examples/animation/stickman/stickman.cpp
+++ b/examples/animation/stickman/stickman.cpp
@@ -178,7 +178,7 @@ Node *StickMan::node(int idx) const
return 0;
}
-void StickMan::timerEvent(QTimerEvent *e)
+void StickMan::timerEvent(QTimerEvent *)
{
update();
}