From bc3343f025b561ab0956b9277f1e71dd2ff91dc1 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Thu, 31 Oct 2024 22:58:39 +0100 Subject: [PATCH] MamManager: Fix method documentation --- src/client/QXmppMamManager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client/QXmppMamManager.cpp b/src/client/QXmppMamManager.cpp index 8c4f7320e..614932170 100644 --- a/src/client/QXmppMamManager.cpp +++ b/src/client/QXmppMamManager.cpp @@ -273,8 +273,7 @@ QString QXmppMamManager::retrieveArchivedMessages(const QString &to, /// \param resultSetQuery Optional Result Set Management query. This can be used /// to limit the number of results and to page through the /// archive. -/// \return query id of the request. This can be used to associate the -/// corresponding resultsRecieved signal. +/// \return result of the query /// /// \since QXmpp 1.5 ///