summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-11-17 18:12:04 -0800
committerThiago Macieira <thiago.macieira@intel.com>2022-11-18 13:02:36 -0800
commit410f77710617803f084c7d0f6f9be7814dbd3f5a (patch)
tree00655fe32aaf76481cdef0b3fc5d41883ca90b26
parent83b31a3d99dd96fadd65c25dc6b2b5de1351e300 (diff)
QHostAddress: unexport QIPv6Address
Only affect MSVC anyway. For all the others, since everything is inline, there's nothing to import or export. Change-Id: Id8e48e8f498c4a029619fffd17288befde9b5f83 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
-rw-r--r--src/network/kernel/qhostaddress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qhostaddress.h b/src/network/kernel/qhostaddress.h
index 456063d247..e71f954ac8 100644
--- a/src/network/kernel/qhostaddress.h
+++ b/src/network/kernel/qhostaddress.h
@@ -20,7 +20,7 @@ QT_BEGIN_NAMESPACE
class QHostAddressPrivate;
-class Q_NETWORK_EXPORT QIPv6Address
+class QT6_ONLY(Q_NETWORK_EXPORT) QIPv6Address
{
public:
inline quint8 &operator [](int index) { return c[index]; }