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