Add more qtbase implictly-shared classes to the list
QText*Format and QDns* ones are still missing. Change-Id: I8e87fba596e87289ca935717e0a90bfc0b0a26c0 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
parent
139d342f9b
commit
930207fc1f
@ -53,6 +53,7 @@
|
||||
/*!
|
||||
\class QDebug
|
||||
\inmodule QtCore
|
||||
\ingroup shared
|
||||
|
||||
\brief The QDebug class provides an output stream for debugging information.
|
||||
|
||||
|
@ -111,6 +111,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
\ingroup io
|
||||
\ingroup misc
|
||||
\ingroup shared
|
||||
\mainclass
|
||||
\reentrant
|
||||
\since 4.6
|
||||
|
@ -88,6 +88,7 @@ void QPersistentModelIndexData::destroy(QPersistentModelIndexData *data)
|
||||
/*!
|
||||
\class QPersistentModelIndex
|
||||
\inmodule QtCore
|
||||
\ingroup shared
|
||||
|
||||
\brief The QPersistentModelIndex class is used to locate data in a data model.
|
||||
|
||||
|
@ -85,6 +85,7 @@ void QMimeTypePrivate::addGlobPattern(const QString &pattern)
|
||||
/*!
|
||||
\class QMimeType
|
||||
\inmodule QtCore
|
||||
\ingroup shared
|
||||
\brief The QMimeType class describes types of file or data, represented by a MIME type string.
|
||||
|
||||
\since 5.0
|
||||
|
@ -2045,6 +2045,7 @@ int QTime::elapsed() const
|
||||
/*!
|
||||
\class QDateTime
|
||||
\inmodule QtCore
|
||||
\ingroup shared
|
||||
\reentrant
|
||||
\brief The QDateTime class provides date and time functions.
|
||||
|
||||
|
@ -55,6 +55,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\class QDBusPendingCall
|
||||
\inmodule QtDBus
|
||||
\ingroup shared
|
||||
\since 4.5
|
||||
|
||||
\brief The QDBusPendingCall class refers to one pending asynchronous call
|
||||
|
@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\class QDBusUnixFileDescriptor
|
||||
\inmodule QtDBus
|
||||
\ingroup shared
|
||||
\since 4.8
|
||||
|
||||
\brief The QDBusUnixFileDescriptor class holds one Unix file descriptor.
|
||||
|
@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE
|
||||
\inmodule QtGui
|
||||
|
||||
\ingroup text
|
||||
\ingroup shared
|
||||
\mainclass
|
||||
|
||||
When Qt displays a string of text encoded in Unicode, it will first convert the Unicode points
|
||||
|
@ -57,6 +57,7 @@ QT_BEGIN_NAMESPACE
|
||||
\inmodule QtGui
|
||||
|
||||
\ingroup text
|
||||
\ingroup shared
|
||||
\mainclass
|
||||
|
||||
\note QRawFont is a low level class. For most purposes QFont is a more appropriate class.
|
||||
|
@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
\ingroup multimedia
|
||||
\ingroup text
|
||||
\ingroup shared
|
||||
\mainclass
|
||||
|
||||
QStaticText provides a way to cache layout data for a block of text so that it can be drawn
|
||||
|
@ -84,6 +84,7 @@ Q_GLOBAL_STATIC(QNetworkCacheMetaDataPrivate, metadata_shared_invalid)
|
||||
/*!
|
||||
\class QNetworkCacheMetaData
|
||||
\since 4.5
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
\brief The QNetworkCacheMetaData class provides cache information.
|
||||
|
@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
|
||||
\since 4.8
|
||||
|
||||
\ingroup network
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
The QHttpPart class holds a body part to be used inside a HTTP
|
||||
|
@ -58,6 +58,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\class QNetworkCookie
|
||||
\since 4.4
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
\brief The QNetworkCookie class holds one network cookie.
|
||||
|
@ -59,6 +59,7 @@ QT_BEGIN_NAMESPACE
|
||||
\class QNetworkRequest
|
||||
\since 4.4
|
||||
\ingroup network
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
\brief The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.
|
||||
|
@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
\inmodule QtNetwork
|
||||
\ingroup network
|
||||
\ingroup shared
|
||||
|
||||
QNetworkConfiguration encapsulates a single access point or service network.
|
||||
In most cases a single access point configuration can be mapped to one network
|
||||
|
@ -149,6 +149,7 @@ QString QNetworkInterfacePrivate::makeHwAddress(int len, uchar *data)
|
||||
\since 4.2
|
||||
\reentrant
|
||||
\ingroup network
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
Each network interface can contain zero or more IP addresses, which
|
||||
@ -342,6 +343,7 @@ void QNetworkAddressEntry::setBroadcast(const QHostAddress &newBroadcast)
|
||||
\since 4.2
|
||||
\reentrant
|
||||
\ingroup network
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
QNetworkInterface represents one network interface attached to the
|
||||
|
@ -49,6 +49,7 @@
|
||||
|
||||
\reentrant
|
||||
\ingroup network
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
QNetworkProxy provides the method for configuring network layer
|
||||
@ -893,6 +894,7 @@ template<> void QSharedDataPointer<QNetworkProxyQueryPrivate>::detach()
|
||||
/*!
|
||||
\class QNetworkProxyQuery
|
||||
\since 4.5
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
\brief The QNetworkProxyQuery class is used to query the proxy
|
||||
settings for a socket.
|
||||
|
@ -48,6 +48,7 @@
|
||||
\reentrant
|
||||
\ingroup network
|
||||
\ingroup ssl
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
QSslCertificate stores an X509 certificate, and is commonly used
|
||||
|
@ -48,6 +48,7 @@
|
||||
\reentrant
|
||||
\ingroup network
|
||||
\ingroup ssl
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
QSslCertificateExtension provides access to an extension stored in
|
||||
|
@ -48,6 +48,7 @@
|
||||
\reentrant
|
||||
\ingroup network
|
||||
\ingroup ssl
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
QSslCipher stores information about one cryptographic cipher. It
|
||||
|
@ -60,6 +60,7 @@ const QSsl::SslOptions QSslConfigurationPrivate::defaultSslOptions = QSsl::SslOp
|
||||
\inmodule QtNetwork
|
||||
\ingroup network
|
||||
\ingroup ssl
|
||||
\ingroup shared
|
||||
|
||||
QSslConfiguration is used by Qt networking classes to relay
|
||||
information about an open SSL connection and to allow the
|
||||
|
@ -48,6 +48,7 @@
|
||||
\reentrant
|
||||
\ingroup network
|
||||
\ingroup ssl
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
QSslError provides a simple API for managing errors during QSslSocket's
|
||||
|
@ -48,6 +48,7 @@
|
||||
\reentrant
|
||||
\ingroup network
|
||||
\ingroup ssl
|
||||
\ingroup shared
|
||||
\inmodule QtNetwork
|
||||
|
||||
QSslKey provides a simple API for managing keys.
|
||||
|
Loading…
Reference in New Issue
Block a user