summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/nodraw_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/nodraw_p.h')
-rw-r--r--src/render/framegraph/nodraw_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/framegraph/nodraw_p.h b/src/render/framegraph/nodraw_p.h
index 510327ff9..2289f79bd 100644
--- a/src/render/framegraph/nodraw_p.h
+++ b/src/render/framegraph/nodraw_p.h
@@ -62,10 +62,10 @@ public:
NoDraw();
~NoDraw();
- void updateFromPeer(Qt3D::QNode *peer) Q_DECL_OVERRIDE;
+ void updateFromPeer(Qt3DCore::QNode *peer) Q_DECL_OVERRIDE;
protected:
- void sceneChangeEvent(const Qt3D::QSceneChangePtr &e) Q_DECL_OVERRIDE;
+ void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;
};
} // namespace Render