summaryrefslogtreecommitdiffstats
path: root/src/render/lights/environmentlight_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/environmentlight_p.h')
-rw-r--r--src/render/lights/environmentlight_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/lights/environmentlight_p.h b/src/render/lights/environmentlight_p.h
index 00d49d298..92f6ce100 100644
--- a/src/render/lights/environmentlight_p.h
+++ b/src/render/lights/environmentlight_p.h
@@ -63,10 +63,9 @@ class Q_AUTOTEST_EXPORT EnvironmentLight : public BackendNode
{
public:
Qt3DCore::QNodeId shaderData() const;
+ void syncFromFrontEnd(const Qt3DCore::QNode *frontEnd, bool firstTime) override;
private:
- void initializeFromPeer(const Qt3DCore::QNodeCreatedChangeBasePtr &change) final;
-
Qt3DCore::QNodeId m_shaderDataId;
};