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:
Giuseppe D'Angelo 2012-11-30 15:40:14 +00:00 committed by The Qt Project
parent 139d342f9b
commit 930207fc1f
23 changed files with 26 additions and 1 deletions

View File

@ -53,6 +53,7 @@
/*!
\class QDebug
\inmodule QtCore
\ingroup shared
\brief The QDebug class provides an output stream for debugging information.

View File

@ -111,6 +111,7 @@ QT_BEGIN_NAMESPACE
\ingroup io
\ingroup misc
\ingroup shared
\mainclass
\reentrant
\since 4.6

View File

@ -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.

View File

@ -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

View File

@ -2045,6 +2045,7 @@ int QTime::elapsed() const
/*!
\class QDateTime
\inmodule QtCore
\ingroup shared
\reentrant
\brief The QDateTime class provides date and time functions.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -54,9 +54,10 @@ QT_BEGIN_NAMESPACE
\class QRawFont
\brief The QRawFont class provides access to a single physical instance of a font.
\since 4.8
\inmodule QtGui
\inmodule QtGui
\ingroup text
\ingroup shared
\mainclass
\note QRawFont is a low level class. For most purposes QFont is a more appropriate class.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -58,6 +58,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QNetworkCookie
\since 4.4
\ingroup shared
\inmodule QtNetwork
\brief The QNetworkCookie class holds one network cookie.

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -48,6 +48,7 @@
\reentrant
\ingroup network
\ingroup ssl
\ingroup shared
\inmodule QtNetwork
QSslCertificate stores an X509 certificate, and is commonly used

View File

@ -48,6 +48,7 @@
\reentrant
\ingroup network
\ingroup ssl
\ingroup shared
\inmodule QtNetwork
QSslCertificateExtension provides access to an extension stored in

View File

@ -48,6 +48,7 @@
\reentrant
\ingroup network
\ingroup ssl
\ingroup shared
\inmodule QtNetwork
QSslCipher stores information about one cryptographic cipher. It

View File

@ -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

View File

@ -48,6 +48,7 @@
\reentrant
\ingroup network
\ingroup ssl
\ingroup shared
\inmodule QtNetwork
QSslError provides a simple API for managing errors during QSslSocket's

View File

@ -48,6 +48,7 @@
\reentrant
\ingroup network
\ingroup ssl
\ingroup shared
\inmodule QtNetwork
QSslKey provides a simple API for managing keys.