summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/serialization/qcborarray.h')
-rw-r--r--src/corelib/serialization/qcborarray.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/serialization/qcborarray.h b/src/corelib/serialization/qcborarray.h
index 4ad8100bfe..ba7f4dc80d 100644
--- a/src/corelib/serialization/qcborarray.h
+++ b/src/corelib/serialization/qcborarray.h
@@ -68,8 +68,8 @@ public:
typedef QCborValueRef reference;
typedef QCborValueRef *pointer;
- Q_DECL_CONSTEXPR Iterator() = default;
- Q_DECL_CONSTEXPR Iterator(const Iterator &) = default;
+ constexpr Iterator() = default;
+ constexpr Iterator(const Iterator &) = default;
Iterator &operator=(const Iterator &other)
{
// rebind the reference
@@ -117,8 +117,8 @@ public:
typedef const QCborValueRef reference;
typedef const QCborValueRef *pointer;
- Q_DECL_CONSTEXPR ConstIterator() = default;
- Q_DECL_CONSTEXPR ConstIterator(const ConstIterator &) = default;
+ constexpr ConstIterator() = default;
+ constexpr ConstIterator(const ConstIterator &) = default;
ConstIterator &operator=(const ConstIterator &other)
{
// rebind the reference