aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/renderingvisitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'softwarecontext/renderingvisitor.h')
-rw-r--r--softwarecontext/renderingvisitor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/softwarecontext/renderingvisitor.h b/softwarecontext/renderingvisitor.h
index 397c2053c2..d65faa4293 100644
--- a/softwarecontext/renderingvisitor.h
+++ b/softwarecontext/renderingvisitor.h
@@ -37,6 +37,8 @@ public:
virtual void endVisit(QSGOpacityNode *node);
virtual bool visit(QSGImageNode *node);
virtual void endVisit(QSGImageNode *node);
+ virtual bool visit(QSGPainterNode *node);
+ virtual void endVisit(QSGPainterNode *node);
virtual bool visit(QSGRectangleNode *node);
virtual void endVisit(QSGRectangleNode *node);
virtual bool visit(QSGGlyphNode *node);