summaryrefslogtreecommitdiffstats
path: root/customcontext/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'customcontext/context.h')
-rw-r--r--customcontext/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/customcontext/context.h b/customcontext/context.h
index ab2b229..0b0e65f 100644
--- a/customcontext/context.h
+++ b/customcontext/context.h
@@ -112,6 +112,7 @@ public:
#if QT_VERSION >= 0x050200
QSGRenderContext *createRenderContext() { return new RenderContext(this); }
+ void renderContextInitialized(QSGRenderContext *renderContext) Q_DECL_OVERRIDE;
#else
void initialize(QOpenGLContext *context);
void invalidate();