summaryrefslogtreecommitdiffstats
path: root/src/render/picking/raycaster_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/picking/raycaster_p.h')
-rw-r--r--src/render/picking/raycaster_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/picking/raycaster_p.h b/src/render/picking/raycaster_p.h
index 6fe6ee322..2be87ec3c 100644
--- a/src/render/picking/raycaster_p.h
+++ b/src/render/picking/raycaster_p.h
@@ -80,13 +80,12 @@ public:
Qt3DCore::QNodeIdVector layerIds() const;
QAbstractRayCaster::FilterMode filterMode() const;
+ void syncFromFrontEnd(const Qt3DCore::QNode *frontEnd, bool firstTime) override;
void cleanup();
- void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) final;
void dispatchHits(const QAbstractRayCaster::Hits &hits);
private:
- void initializeFromPeer(const Qt3DCore::QNodeCreatedChangeBasePtr &change) final;
void notifyJob();
QAbstractRayCasterPrivate::RayCasterType m_type = QAbstractRayCasterPrivate::WorldSpaceRayCaster;