summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/stickman/stickman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/stickman/stickman.cpp')
-rw-r--r--examples/widgets/animation/stickman/stickman.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/widgets/animation/stickman/stickman.cpp b/examples/widgets/animation/stickman/stickman.cpp
index 8b183d87d5..5725f64eec 100644
--- a/examples/widgets/animation/stickman/stickman.cpp
+++ b/examples/widgets/animation/stickman/stickman.cpp
@@ -176,8 +176,7 @@ Node *StickMan::node(int idx) const
{
if (idx >= 0 && idx < NodeCount)
return m_nodes[idx];
- else
- return 0;
+ return nullptr;
}
void StickMan::timerEvent(QTimerEvent *)