aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'softwarecontext/context.h')
-rw-r--r--softwarecontext/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/softwarecontext/context.h b/softwarecontext/context.h
index 75cf02d767..0eb51ba9cd 100644
--- a/softwarecontext/context.h
+++ b/softwarecontext/context.h
@@ -91,6 +91,7 @@ public:
virtual QSGRectangleNode *createRectangleNode();
virtual QSGImageNode *createImageNode();
+ virtual QSGGlyphNode *createGlyphNode(QSGRenderContext *rc, bool preferNativeGlyphNode);
private:
};