summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/parameter_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/parameter_p.h')
-rw-r--r--src/render/materialsystem/parameter_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/materialsystem/parameter_p.h b/src/render/materialsystem/parameter_p.h
index 8a30d6657..fed874473 100644
--- a/src/render/materialsystem/parameter_p.h
+++ b/src/render/materialsystem/parameter_p.h
@@ -74,7 +74,7 @@ public:
void syncFromFrontEnd(const Qt3DCore::QNode *frontEnd, bool firstTime) override;
QString name() const;
- int nameId() const Q_DECL_NOTHROW { return m_nameId; }
+ int nameId() const noexcept { return m_nameId; }
const UniformValue &uniformValue() const { return m_uniformValue; }
QVariant backendValue() const { return m_backendValue; }