aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/textureinthread/threadrenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/textureinthread/threadrenderer.h')
-rw-r--r--examples/quick/scenegraph/textureinthread/threadrenderer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/textureinthread/threadrenderer.h b/examples/quick/scenegraph/textureinthread/threadrenderer.h
index 7f720cb45a..3b0c153deb 100644
--- a/examples/quick/scenegraph/textureinthread/threadrenderer.h
+++ b/examples/quick/scenegraph/textureinthread/threadrenderer.h
@@ -54,10 +54,12 @@ public:
static QList<QThread *> threads;
+public Q_SLOTS:
+ void ready();
+
protected:
QSGNode *updatePaintNode(QSGNode *, UpdatePaintNodeData *);
-
private:
RenderThread *m_renderThread;
};