summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/framepreparationjob_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire350@gmail.com>2016-05-22 15:37:28 +0200
committerPaul Lemire <paul.lemire@kdab.com>2016-07-03 18:53:23 +0000
commit3b14fa6ea712e590c51bba816637f4b336637a92 (patch)
tree51f1d5ff22c40765baa7e01ecabfaee2217acb44 /src/render/jobs/framepreparationjob_p.h
parentbc69b3c5db9e649d290e42ea8675889cfd376056 (diff)
Move jobs into Renderer
Will make it easier to set dependencies between all the jobs in a RenderView since they have been split up in several. Change-Id: I88db66998eb359768e251596828057c40deba88f Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/jobs/framepreparationjob_p.h')
-rw-r--r--src/render/jobs/framepreparationjob_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/jobs/framepreparationjob_p.h b/src/render/jobs/framepreparationjob_p.h
index e9eab6a52..35db5862d 100644
--- a/src/render/jobs/framepreparationjob_p.h
+++ b/src/render/jobs/framepreparationjob_p.h
@@ -66,10 +66,11 @@ class Entity;
class QT3DRENDERSHARED_PRIVATE_EXPORT FramePreparationJob : public Qt3DCore::QAspectJob
{
public:
- FramePreparationJob(NodeManagers *manager);
+ FramePreparationJob();
~FramePreparationJob();
void setRoot(Entity *root);
+ void setManagers(NodeManagers *manager);
protected:
void run() Q_DECL_FINAL;