From 7e42b79314c7e2ae3533cdc04a73081d8f62eb9d Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 27 Mar 2021 17:30:48 +0100 Subject: doc: Fix warnings from ByteStreamIq I don't know what the other attributes do exactly and didn't want to write anything wrong. --- src/base/QXmppByteStreamIq.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/base/QXmppByteStreamIq.h') 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 -/// -/// \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: -- cgit v1.2.3