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 \class QDebug
\inmodule QtCore \inmodule QtCore
\ingroup shared
\brief The QDebug class provides an output stream for debugging information. \brief The QDebug class provides an output stream for debugging information.

View File

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

View File

@ -88,6 +88,7 @@ void QPersistentModelIndexData::destroy(QPersistentModelIndexData *data)
/*! /*!
\class QPersistentModelIndex \class QPersistentModelIndex
\inmodule QtCore \inmodule QtCore
\ingroup shared
\brief The QPersistentModelIndex class is used to locate data in a data model. \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 \class QMimeType
\inmodule QtCore \inmodule QtCore
\ingroup shared
\brief The QMimeType class describes types of file or data, represented by a MIME type string. \brief The QMimeType class describes types of file or data, represented by a MIME type string.
\since 5.0 \since 5.0

View File

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

View File

@ -55,6 +55,7 @@ QT_BEGIN_NAMESPACE
/*! /*!
\class QDBusPendingCall \class QDBusPendingCall
\inmodule QtDBus \inmodule QtDBus
\ingroup shared
\since 4.5 \since 4.5
\brief The QDBusPendingCall class refers to one pending asynchronous call \brief The QDBusPendingCall class refers to one pending asynchronous call

View File

@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
/*! /*!
\class QDBusUnixFileDescriptor \class QDBusUnixFileDescriptor
\inmodule QtDBus \inmodule QtDBus
\ingroup shared
\since 4.8 \since 4.8
\brief The QDBusUnixFileDescriptor class holds one Unix file descriptor. \brief The QDBusUnixFileDescriptor class holds one Unix file descriptor.

View File

@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtGui \inmodule QtGui
\ingroup text \ingroup text
\ingroup shared
\mainclass \mainclass
When Qt displays a string of text encoded in Unicode, it will first convert the Unicode points 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 \class QRawFont
\brief The QRawFont class provides access to a single physical instance of a font. \brief The QRawFont class provides access to a single physical instance of a font.
\since 4.8 \since 4.8
\inmodule QtGui \inmodule QtGui
\ingroup text \ingroup text
\ingroup shared
\mainclass \mainclass
\note QRawFont is a low level class. For most purposes QFont is a more appropriate class. \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 multimedia
\ingroup text \ingroup text
\ingroup shared
\mainclass \mainclass
QStaticText provides a way to cache layout data for a block of text so that it can be drawn 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 \class QNetworkCacheMetaData
\since 4.5 \since 4.5
\ingroup shared
\inmodule QtNetwork \inmodule QtNetwork
\brief The QNetworkCacheMetaData class provides cache information. \brief The QNetworkCacheMetaData class provides cache information.

View File

@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
\since 4.8 \since 4.8
\ingroup network \ingroup network
\ingroup shared
\inmodule QtNetwork \inmodule QtNetwork
The QHttpPart class holds a body part to be used inside a HTTP The QHttpPart class holds a body part to be used inside a HTTP

View File

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

View File

@ -59,6 +59,7 @@ QT_BEGIN_NAMESPACE
\class QNetworkRequest \class QNetworkRequest
\since 4.4 \since 4.4
\ingroup network \ingroup network
\ingroup shared
\inmodule QtNetwork \inmodule QtNetwork
\brief The QNetworkRequest class holds a request to be sent with QNetworkAccessManager. \brief The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.

View File

@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtNetwork \inmodule QtNetwork
\ingroup network \ingroup network
\ingroup shared
QNetworkConfiguration encapsulates a single access point or service network. QNetworkConfiguration encapsulates a single access point or service network.
In most cases a single access point configuration can be mapped to one 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 \since 4.2
\reentrant \reentrant
\ingroup network \ingroup network
\ingroup shared
\inmodule QtNetwork \inmodule QtNetwork
Each network interface can contain zero or more IP addresses, which Each network interface can contain zero or more IP addresses, which
@ -342,6 +343,7 @@ void QNetworkAddressEntry::setBroadcast(const QHostAddress &newBroadcast)
\since 4.2 \since 4.2
\reentrant \reentrant
\ingroup network \ingroup network
\ingroup shared
\inmodule QtNetwork \inmodule QtNetwork
QNetworkInterface represents one network interface attached to the QNetworkInterface represents one network interface attached to the

View File

@ -49,6 +49,7 @@
\reentrant \reentrant
\ingroup network \ingroup network
\ingroup shared
\inmodule QtNetwork \inmodule QtNetwork
QNetworkProxy provides the method for configuring network layer QNetworkProxy provides the method for configuring network layer
@ -893,6 +894,7 @@ template<> void QSharedDataPointer<QNetworkProxyQueryPrivate>::detach()
/*! /*!
\class QNetworkProxyQuery \class QNetworkProxyQuery
\since 4.5 \since 4.5
\ingroup shared
\inmodule QtNetwork \inmodule QtNetwork
\brief The QNetworkProxyQuery class is used to query the proxy \brief The QNetworkProxyQuery class is used to query the proxy
settings for a socket. settings for a socket.

View File

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

View File

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

View File

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

View File

@ -60,6 +60,7 @@ const QSsl::SslOptions QSslConfigurationPrivate::defaultSslOptions = QSsl::SslOp
\inmodule QtNetwork \inmodule QtNetwork
\ingroup network \ingroup network
\ingroup ssl \ingroup ssl
\ingroup shared
QSslConfiguration is used by Qt networking classes to relay QSslConfiguration is used by Qt networking classes to relay
information about an open SSL connection and to allow the information about an open SSL connection and to allow the

View File

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

View File

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