summaryrefslogtreecommitdiffstats
path: root/src/render/shadergraph/qshaderformat_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/shadergraph/qshaderformat_p.h')
-rw-r--r--src/render/shadergraph/qshaderformat_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/shadergraph/qshaderformat_p.h b/src/render/shadergraph/qshaderformat_p.h
index ad9898bd0..2db150de2 100644
--- a/src/render/shadergraph/qshaderformat_p.h
+++ b/src/render/shadergraph/qshaderformat_p.h
@@ -98,8 +98,8 @@ public:
Q_3DRENDERSHARED_PRIVATE_EXPORT bool isValid() const noexcept;
Q_3DRENDERSHARED_PRIVATE_EXPORT bool supports(const QShaderFormat &other) const noexcept;
- Q_3DRENDERSHARED_PRIVATE_EXPORT ShaderType shaderType() const Q_DECL_NOTHROW;
- Q_3DRENDERSHARED_PRIVATE_EXPORT void setShaderType(ShaderType shaderType) Q_DECL_NOTHROW;
+ Q_3DRENDERSHARED_PRIVATE_EXPORT ShaderType shaderType() const noexcept;
+ Q_3DRENDERSHARED_PRIVATE_EXPORT void setShaderType(ShaderType shaderType) noexcept;
private:
Api m_api;