summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/sortmethod_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/sortmethod_p.h')
-rw-r--r--src/render/framegraph/sortmethod_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/framegraph/sortmethod_p.h b/src/render/framegraph/sortmethod_p.h
index 69f73cf17..2222a76ea 100644
--- a/src/render/framegraph/sortmethod_p.h
+++ b/src/render/framegraph/sortmethod_p.h
@@ -62,13 +62,13 @@ class SortMethod : public FrameGraphNode
public:
SortMethod();
- void updateFromPeer(Qt3D::QNode *peer) Q_DECL_OVERRIDE;
- void sceneChangeEvent(const Qt3D::QSceneChangePtr &e) Q_DECL_OVERRIDE;
+ void updateFromPeer(Qt3DCore::QNode *peer) Q_DECL_OVERRIDE;
+ void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;
- QList<Qt3D::QNodeId> criteria() const;
+ QList<Qt3DCore::QNodeId> criteria() const;
private:
- QList<Qt3D::QNodeId> m_criteria;
+ QList<Qt3DCore::QNodeId> m_criteria;
};
} // namespace Render