summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/raycastingjob_p.h
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2019-10-22 06:56:06 +0100
committerMike Krus <mike.krus@kdab.com>2019-10-22 20:30:04 +0000
commitd521b994450f0a4febbd789ba66701ba24fdbe22 (patch)
tree67ee16c8aef1ea5b41338362cac428a5c01a00ba /src/render/jobs/raycastingjob_p.h
parent84766ed9098f10efc53e4e43a75eef38fce7fbf6 (diff)
Update jobs to remove post FF changes
Made the d_ptr private again. Change-Id: Ia5ba23b03cd22290d5c922e9a1c657a67ff98977 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/jobs/raycastingjob_p.h')
-rw-r--r--src/render/jobs/raycastingjob_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/jobs/raycastingjob_p.h b/src/render/jobs/raycastingjob_p.h
index 4b8b91ad5..ba0e2f309 100644
--- a/src/render/jobs/raycastingjob_p.h
+++ b/src/render/jobs/raycastingjob_p.h
@@ -82,8 +82,6 @@ protected:
void dispatchHits(RayCaster *rayCaster, const PickingUtils::HitList &sphereHits);
private:
- Q_DECLARE_PRIVATE(RayCastingJob)
-
bool m_castersDirty;
bool m_oneEnabledAtLeast;
};