aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp')
-rw-r--r--src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp b/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp
index 879c30eb4f..153edce3be 100644
--- a/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp
+++ b/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp
@@ -124,9 +124,8 @@ bool RenderingVisitor::visit(QSGPainterNode *node)
return true;
}
-void RenderingVisitor::endVisit(QSGPainterNode *node)
+void RenderingVisitor::endVisit(QSGPainterNode *)
{
-
}
bool RenderingVisitor::visit(QSGRectangleNode *node)