summaryrefslogtreecommitdiffstats
path: root/src/corelib/compat/removed_api.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-01-17 07:51:36 +0100
committerMarc Mutz <marc.mutz@qt.io>2023-01-18 19:19:25 +0100
commit7ca8cb89e618faf01481187af848b5c3856d295e (patch)
tree8e95bd5a1b553e45cb157583891a5182957845bc /src/corelib/compat/removed_api.cpp
parent2813e2814e185bf8d2426c5eb3d6b2c243ee72c3 (diff)
QXmlStreamReader: fix spelling of PrivateConsructorTag
Found in API review. Pick-to: 6.5 Change-Id: I347ae3cc6a51095dddaba617adc2f63612578ef3 Reviewed-by: Sona Kurazyan <kurazyan.sona@gmail.com>
Diffstat (limited to 'src/corelib/compat/removed_api.cpp')
-rw-r--r--src/corelib/compat/removed_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/compat/removed_api.cpp b/src/corelib/compat/removed_api.cpp
index 48322c300b..adc20beda7 100644
--- a/src/corelib/compat/removed_api.cpp
+++ b/src/corelib/compat/removed_api.cpp
@@ -338,7 +338,7 @@ QVariant::QVariant(const QSizeF &s) : QVariant(QVariant::fromValue(s)) {}
#include "qxmlstream.h"
QXmlStreamReader::QXmlStreamReader(const QByteArray &data)
- : QXmlStreamReader(data, PrivateConsructorTag{})
+ : QXmlStreamReader(data, PrivateConstructorTag{})
{
}