summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qcomponentremovedchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qcomponentremovedchange.h')
-rw-r--r--src/core/changes/qcomponentremovedchange.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/changes/qcomponentremovedchange.h b/src/core/changes/qcomponentremovedchange.h
index 0d968c6ff..3c57fe26f 100644
--- a/src/core/changes/qcomponentremovedchange.h
+++ b/src/core/changes/qcomponentremovedchange.h
@@ -57,9 +57,9 @@ public:
const QComponent *component);
~QComponentRemovedChange();
- QNodeId entityId() const Q_DECL_NOEXCEPT;
- QNodeId componentId() const Q_DECL_NOEXCEPT;
- const QMetaObject *componentMetaObject() const Q_DECL_NOEXCEPT;
+ QNodeId entityId() const Q_DECL_NOTHROW;
+ QNodeId componentId() const Q_DECL_NOTHROW;
+ const QMetaObject *componentMetaObject() const Q_DECL_NOTHROW;
private:
Q_DECLARE_PRIVATE(QComponentRemovedChange)