summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/parametermapping_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/parametermapping_p.h')
-rw-r--r--src/render/materialsystem/parametermapping_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/materialsystem/parametermapping_p.h b/src/render/materialsystem/parametermapping_p.h
index 21e9fb7ec..7c5df3c31 100644
--- a/src/render/materialsystem/parametermapping_p.h
+++ b/src/render/materialsystem/parametermapping_p.h
@@ -64,13 +64,13 @@ public:
bool isValid() const;
- Qt3D::QNodeId id() const;
+ Qt3DCore::QNodeId id() const;
QString parameterName() const;
QString shaderVariableName() const;
QParameterMapping::Binding bindingType() const;
private:
- Qt3D::QNodeId m_id;
+ Qt3DCore::QNodeId m_id;
QString m_parameterName;
QString m_shaderVariableName;
QParameterMapping::Binding m_bindingType;