aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppSrvInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppSrvInfo.cpp')
-rw-r--r--src/QXmppSrvInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/QXmppSrvInfo.cpp b/src/QXmppSrvInfo.cpp
index 7c2b06d8..1de267a6 100644
--- a/src/QXmppSrvInfo.cpp
+++ b/src/QXmppSrvInfo.cpp
@@ -205,7 +205,7 @@ QString QXmppSrvRecord::target() const
/// Sets the host name for this service record.
///
-/// \param hostName
+/// \param target
void QXmppSrvRecord::setTarget(const QString &target)
{
@@ -256,7 +256,7 @@ quint16 QXmppSrvRecord::weight() const
/// Sets the weight for this service record.
///
-/// \param priority
+/// \param weight
void QXmppSrvRecord::setWeight(quint16 weight)
{