summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnodeid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qnodeid.cpp')
-rw-r--r--src/core/nodes/qnodeid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nodes/qnodeid.cpp b/src/core/nodes/qnodeid.cpp
index ece7a531e..2e4d10374 100644
--- a/src/core/nodes/qnodeid.cpp
+++ b/src/core/nodes/qnodeid.cpp
@@ -101,7 +101,7 @@ namespace Qt3DCore {
/*!
* \return node id.
*/
-QNodeId QNodeId::createId() Q_DECL_NOTHROW
+QNodeId QNodeId::createId() noexcept
{
typedef
#if defined(Q_ATOMIC_INT64_IS_SUPPORTED)