summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/raycastingjob.cpp
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.cpp
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.cpp')
-rw-r--r--src/render/jobs/raycastingjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/jobs/raycastingjob.cpp b/src/render/jobs/raycastingjob.cpp
index 380447873..a6f172b86 100644
--- a/src/render/jobs/raycastingjob.cpp
+++ b/src/render/jobs/raycastingjob.cpp
@@ -273,7 +273,7 @@ void RayCastingJob::dispatchHits(RayCaster *rayCaster, const PickingUtils::HitLi
};
}
- Q_D(RayCastingJob);
+ Q_DJOB(RayCastingJob);
d->dispatches.push_back({rayCaster, hits});
}