diff options
Diffstat (limited to 'softwarecontext/context.h')
| -rw-r--r-- | softwarecontext/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/softwarecontext/context.h b/softwarecontext/context.h index c319b9a2ab..75d75ac369 100644 --- a/softwarecontext/context.h +++ b/softwarecontext/context.h @@ -88,6 +88,7 @@ public: QSGRenderContext *createRenderContext() { return new RenderContext(this); } + virtual QSGSimpleRectangleNode *createSimpleRectangleNode(const QRectF &rect, const QColor &color); virtual QSGRectangleNode *createRectangleNode(); virtual QSGImageNode *createImageNode(); virtual QSGGlyphNode *createGlyphNode(QSGRenderContext *rc, bool preferNativeGlyphNode); |
