diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-03-27 17:30:48 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-03-28 00:09:13 +0100 |
| commit | 7e42b79314c7e2ae3533cdc04a73081d8f62eb9d (patch) | |
| tree | ab8ab61855376dd871a86b09eea1cab4039eefe6 /src/base/QXmppByteStreamIq.h | |
| parent | e0586a0d121dc729771fd3211500d77c5e9094a2 (diff) | |
| download | qxmpp-7e42b79314c7e2ae3533cdc04a73081d8f62eb9d.tar.gz | |
doc: Fix warnings from ByteStreamIq
I don't know what the other attributes do exactly and didn't want to
write anything wrong.
Diffstat (limited to 'src/base/QXmppByteStreamIq.h')
| -rw-r--r-- | src/base/QXmppByteStreamIq.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/base/QXmppByteStreamIq.h b/src/base/QXmppByteStreamIq.h index 6d161bbe..e04cc5fe 100644 --- a/src/base/QXmppByteStreamIq.h +++ b/src/base/QXmppByteStreamIq.h @@ -28,10 +28,6 @@ #include <QHostAddress> -/// -/// \brief QXmppByteStreamIq represents a SOCKS5 bytestreams negoatiation IQ as -/// defined by \xep{0065}: SOCKS5 Bytestreams. -/// class QXMPP_EXPORT QXmppByteStreamIq : public QXmppIq { public: @@ -41,10 +37,6 @@ public: Udp }; - /// - /// \brief StreamHost represents information about a specific SOCKS5 - /// bytestreams host. - /// class QXMPP_EXPORT StreamHost { public: |
