From d2ffa95c4df9aeadea6acaac30471ffc55b72d98 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 27 Mar 2021 16:09:32 +0100 Subject: doc: Fix warning from QXmppStun* classes --- src/base/QXmppStun_p.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/base/QXmppStun_p.h') diff --git a/src/base/QXmppStun_p.h b/src/base/QXmppStun_p.h index 19a2cd4f..1332363f 100644 --- a/src/base/QXmppStun_p.h +++ b/src/base/QXmppStun_p.h @@ -41,11 +41,9 @@ class QTimer; // We mean it. // -/// \internal /// /// The QXmppStunTransaction class represents a STUN transaction. /// - class QXMPP_EXPORT QXmppStunTransaction : public QXmppLoggable { Q_OBJECT @@ -91,12 +89,10 @@ Q_SIGNALS: void datagramReceived(const QByteArray &data, const QHostAddress &host, quint16 port); }; -/// \internal /// /// The QXmppTurnAllocation class represents a TURN allocation as defined /// by RFC 5766 Traversal Using Relays around NAT (TURN). /// - class QXMPP_EXPORT QXmppTurnAllocation : public QXmppIceTransport { Q_OBJECT @@ -169,11 +165,9 @@ private: QList m_transactions; }; -/// \internal /// /// The QXmppUdpTransport class represents a UDP transport. /// - class QXMPP_EXPORT QXmppUdpTransport : public QXmppIceTransport { Q_OBJECT -- cgit v1.2.3