summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-11-30 15:40:14 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 21:57:49 +0100
commit930207fc1f66566d563b820af5d2efc7bec3b610 (patch)
tree235b2a0c61a090f830a345ac8cd8a65d9543c648 /src/network/kernel
parent139d342f9b40169fddaf65c7f79f33edba3a84a4 (diff)
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>
Diffstat (limited to 'src/network/kernel')
-rw-r--r--src/network/kernel/qnetworkinterface.cpp2
-rw-r--r--src/network/kernel/qnetworkproxy.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/network/kernel/qnetworkinterface.cpp b/src/network/kernel/qnetworkinterface.cpp
index ae73cff0b3..8b85daf1a9 100644
--- a/src/network/kernel/qnetworkinterface.cpp
+++ b/src/network/kernel/qnetworkinterface.cpp
@@ -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
diff --git a/src/network/kernel/qnetworkproxy.cpp b/src/network/kernel/qnetworkproxy.cpp
index aa16be2b4a..60139dcc8a 100644
--- a/src/network/kernel/qnetworkproxy.cpp
+++ b/src/network/kernel/qnetworkproxy.cpp
@@ -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.