summaryrefslogtreecommitdiffstats
path: root/src/render/backend/framegraph/sortmethod_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/framegraph/sortmethod_p.h')
-rw-r--r--src/render/backend/framegraph/sortmethod_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/backend/framegraph/sortmethod_p.h b/src/render/backend/framegraph/sortmethod_p.h
index 4a2e5e5b0..d85647f85 100644
--- a/src/render/backend/framegraph/sortmethod_p.h
+++ b/src/render/backend/framegraph/sortmethod_p.h
@@ -59,10 +59,10 @@ public:
void updateFromPeer(QNode *peer) Q_DECL_OVERRIDE;
void sceneChangeEvent(const QSceneChangePtr &e) Q_DECL_OVERRIDE;
- QList<QNodeUuid> criteria() const;
+ QList<QNodeId> criteria() const;
private:
- QList<QNodeUuid> m_criteria;
+ QList<QNodeId> m_criteria;
};
} // Render