aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppDataForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppDataForm.h')
-rw-r--r--src/base/QXmppDataForm.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/base/QXmppDataForm.h b/src/base/QXmppDataForm.h
index e84ce472..1a5eb841 100644
--- a/src/base/QXmppDataForm.h
+++ b/src/base/QXmppDataForm.h
@@ -41,20 +41,9 @@ class QXmppDataFormFieldPrivate;
class QXmppDataFormMediaPrivate;
class QXmppDataFormMediaSourcePrivate;
-///
-/// \brief The QXmppDataForm class represents a data form as defined by
-/// \xep{0004}: Data Forms.
-///
class QXMPP_EXPORT QXmppDataForm
{
public:
- ///
- /// \brief The \c QXmppDataForm::MediaSource class represents a link to one
- /// of possibly multiple sources for a media element from \xep{0221}: Data
- /// Forms Media Element consisting of a MIME type and a QUrl.
- ///
- /// \since QXmpp 1.1
- ///
class QXMPP_EXPORT MediaSource
{
public:
@@ -78,12 +67,6 @@ public:
};
#if QXMPP_DEPRECATED_SINCE(1, 1)
- ///
- /// \brief The QXmppDataForm::Media class represents a media field as
- /// defined by \xep{0221}: Data Forms Media Element.
- ///
- /// \deprecated This class is deprecated since QXmpp 1.1.
- ///
class QXMPP_EXPORT Media
{
public:
@@ -118,10 +101,6 @@ public:
};
#endif
- ///
- /// \brief The QXmppDataForm::Field class represents a data form field
- /// as defined by \xep{0004}: Data Forms.
- ///
class QXMPP_EXPORT Field
{
public: