summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qnode.h')
-rw-r--r--src/core/nodes/qnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nodes/qnode.h b/src/core/nodes/qnode.h
index 3522800ef..0baf1bb8a 100644
--- a/src/core/nodes/qnode.h
+++ b/src/core/nodes/qnode.h
@@ -134,12 +134,12 @@ inline QNodeIdVector qIdsForNodes(const T &nodes)
struct QNodeIdTypePair
{
- QNodeIdTypePair() Q_DECL_NOEXCEPT
+ QNodeIdTypePair() Q_DECL_NOTHROW
: id()
, type(nullptr)
{}
- explicit QNodeIdTypePair(QNodeId _id, const QMetaObject *_type) Q_DECL_NOEXCEPT
+ explicit QNodeIdTypePair(QNodeId _id, const QMetaObject *_type) Q_DECL_NOTHROW
: id(_id)
, type(_type)
{}