From 3398eeadf617880af38fb540f26273df87ba0b1f Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Fri, 24 Jul 2020 12:29:51 +0200 Subject: 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 Reviewed-by: Maurice Kalinowski --- src/tools/uic/qclass_lib_map.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tools') 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) -- cgit v1.2.3