summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/qclass_lib_map.h
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2020-07-24 12:29:51 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2020-08-19 19:48:10 +0200
commit3398eeadf617880af38fb540f26273df87ba0b1f (patch)
tree5d1261b202d813c6e579c4bff0f68df33d2a2769 /src/tools/uic/qclass_lib_map.h
parent551eef1aa6d8b0e71b68072bcb6c7a71e39e1222 (diff)
Refactor QXmlStreamStringRef
Use a QStringPrivate inside the implementation. This saves two pointers, and actually makes this a safe replacement for QStringRef inside the implementation of QXmlStreamReader. Unexport the class as all members are inline, and move it into the QtPrivate namespace as class QXmlString. Change-Id: I43fa4684f569514c8c621838dcc346657ac1a915 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'src/tools/uic/qclass_lib_map.h')
-rw-r--r--src/tools/uic/qclass_lib_map.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h
index 22dd9105da..ac1e012a92 100644
--- a/src/tools/uic/qclass_lib_map.h
+++ b/src/tools/uic/qclass_lib_map.h
@@ -267,7 +267,6 @@ QT_CLASS_LIB(QVectorIterator, QtCore, qvector.h)
QT_CLASS_LIB(QMutableVectorIterator, QtCore, qvector.h)
QT_CLASS_LIB(QVectorIterator, QtCore, qvector.h)
QT_CLASS_LIB(QMutableVectorIterator, QtCore, qvector.h)
-QT_CLASS_LIB(QXmlStreamStringRef, QtCore, qxmlstream.h)
QT_CLASS_LIB(QXmlStreamAttribute, QtCore, qxmlstream.h)
QT_CLASS_LIB(QXmlStreamAttributes, QtCore, qxmlstream.h)
QT_CLASS_LIB(QXmlStreamNamespaceDeclaration, QtCore, qxmlstream.h)
@@ -348,7 +347,6 @@ QT_CLASS_LIB(QXmlStreamNamespaceDeclarations, QtXml, qxmlstream.h)
QT_CLASS_LIB(QXmlStreamNotationDeclaration, QtXml, qxmlstream.h)
QT_CLASS_LIB(QXmlStreamNotationDeclarations, QtXml, qxmlstream.h)
QT_CLASS_LIB(QXmlStreamReader, QtXml, qxmlstream.h)
-QT_CLASS_LIB(QXmlStreamStringRef, QtXml, qxmlstream.h)
QT_CLASS_LIB(QXmlStreamWriter, QtXml, qxmlstream.h)
QT_CLASS_LIB(QNetworkCacheMetaData, QtNetwork, qabstractnetworkcache.h)
QT_CLASS_LIB(QAbstractNetworkCache, QtNetwork, qabstractnetworkcache.h)