diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-03-27 16:09:32 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-03-28 00:09:13 +0100 |
| commit | d2ffa95c4df9aeadea6acaac30471ffc55b72d98 (patch) | |
| tree | a354542d6f806138521af9e94fb711908d052b52 /src/base/QXmppStun_p.h | |
| parent | 08a2f244e0063b449fa222db048c212c6c021c13 (diff) | |
| download | qxmpp-d2ffa95c4df9aeadea6acaac30471ffc55b72d98.tar.gz | |
doc: Fix warning from QXmppStun* classes
Diffstat (limited to 'src/base/QXmppStun_p.h')
| -rw-r--r-- | src/base/QXmppStun_p.h | 6 |
1 files changed, 0 insertions, 6 deletions
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<QXmppStunTransaction *> m_transactions; }; -/// \internal /// /// The QXmppUdpTransport class represents a UDP transport. /// - class QXMPP_EXPORT QXmppUdpTransport : public QXmppIceTransport { Q_OBJECT |
