aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2023-05-13 17:27:45 +0200
committerLinus Jahn <lnj@kaidan.im>2023-05-14 23:58:01 +0200
commit85006abce021819de6af389d04e88756fac0745a (patch)
tree8c640ff269f527c7685d07a82517ba040d4d8e7f
parent8fc2225897de24f29bc3c36383cf97d5dc89a719 (diff)
JingleData: Fix doxygen warnings
-rw-r--r--src/base/QXmppJingleData.cpp8
-rw-r--r--src/base/QXmppJingleData.h3
2 files changed, 3 insertions, 8 deletions
diff --git a/src/base/QXmppJingleData.cpp b/src/base/QXmppJingleData.cpp
index ec926556..ceb31b32 100644
--- a/src/base/QXmppJingleData.cpp
+++ b/src/base/QXmppJingleData.cpp
@@ -1032,14 +1032,6 @@ QXmppJingleIqReasonPrivate::QXmppJingleIqReasonPrivate()
}
///
-/// \enum QXmppJingleIqReason::RtpErrorCondition
-///
-/// Condition of an RTP-specific error
-///
-/// \since QXmpp 1.5
-///
-
-///
/// \class QXmppJingleReason
///
/// The QXmppJingleReason class represents the "reason" element of a
diff --git a/src/base/QXmppJingleData.h b/src/base/QXmppJingleData.h
index 997eb3c3..e36577be 100644
--- a/src/base/QXmppJingleData.h
+++ b/src/base/QXmppJingleData.h
@@ -364,6 +364,8 @@ public:
UnsupportedTransports
};
+ /// Condition of an RTP-specific error
+ /// \since QXmpp 1.5
enum RtpErrorCondition {
/// There is no error condition.
NoErrorCondition,
@@ -460,6 +462,7 @@ public:
using RtpSessionState = std::variant<RtpSessionStateActive, RtpSessionStateHold, RtpSessionStateUnhold, RtpSessionStateMuting, RtpSessionStateRinging>;
+ /// Alias to QXmppJingleReason for compatibility.
using Reason = QXmppJingleReason;
/// \internal