summaryrefslogtreecommitdiffstats
path: root/src/render/shadergraph/qshaderformat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/shadergraph/qshaderformat.cpp')
-rw-r--r--src/render/shadergraph/qshaderformat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/shadergraph/qshaderformat.cpp b/src/render/shadergraph/qshaderformat.cpp
index 81077b6f5..47a511f57 100644
--- a/src/render/shadergraph/qshaderformat.cpp
+++ b/src/render/shadergraph/qshaderformat.cpp
@@ -127,12 +127,12 @@ bool QShaderFormat::supports(const QShaderFormat &other) const noexcept
return true;
}
-QShaderFormat::ShaderType QShaderFormat::shaderType() const Q_DECL_NOTHROW
+QShaderFormat::ShaderType QShaderFormat::shaderType() const noexcept
{
return m_shaderType;
}
-void QShaderFormat::setShaderType(QShaderFormat::ShaderType shaderType) Q_DECL_NOTHROW
+void QShaderFormat::setShaderType(QShaderFormat::ShaderType shaderType) noexcept
{
m_shaderType = shaderType;
}