aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qsgtextnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/util/qsgtextnode.h')
-rw-r--r--src/quick/scenegraph/util/qsgtextnode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quick/scenegraph/util/qsgtextnode.h b/src/quick/scenegraph/util/qsgtextnode.h
index 4df98f0af2..92f8385ce4 100644
--- a/src/quick/scenegraph/util/qsgtextnode.h
+++ b/src/quick/scenegraph/util/qsgtextnode.h
@@ -25,7 +25,8 @@ public:
enum RenderType
{
QtRendering,
- NativeRendering
+ NativeRendering,
+ CurveRendering
};
~QSGTextNode() override = default;