summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/renderviewjobutils_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/jobs/renderviewjobutils_p.h')
-rw-r--r--src/render/jobs/renderviewjobutils_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/jobs/renderviewjobutils_p.h b/src/render/jobs/renderviewjobutils_p.h
index db46a114a..be1aee0e9 100644
--- a/src/render/jobs/renderviewjobutils_p.h
+++ b/src/render/jobs/renderviewjobutils_p.h
@@ -105,8 +105,8 @@ struct ParameterInfo
int nameId;
HParameter handle;
- bool operator<(const int otherNameId) const Q_DECL_NOEXCEPT;
- bool operator<(const ParameterInfo &other) const Q_DECL_NOEXCEPT;
+ bool operator<(const int otherNameId) const noexcept;
+ bool operator<(const ParameterInfo &other) const noexcept;
};
using ParameterInfoList = QList<ParameterInfo>;