diff options
Diffstat (limited to 'src/client/QXmppArchiveManager.cpp')
| -rw-r--r-- | src/client/QXmppArchiveManager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/QXmppArchiveManager.cpp b/src/client/QXmppArchiveManager.cpp index f8a476e7..cef1f0a9 100644 --- a/src/client/QXmppArchiveManager.cpp +++ b/src/client/QXmppArchiveManager.cpp @@ -28,6 +28,7 @@ #include "QXmppClient.h" #include "QXmppConstants.h" +/// \cond QStringList QXmppArchiveManager::discoveryFeatures() const { // XEP-0036: Message Archiving @@ -64,6 +65,7 @@ bool QXmppArchiveManager::handleStanza(const QDomElement &element) return false; } +/// \endcond /// Retrieves the list of available collections. Once the results are /// received, the archiveListReceived() signal will be emitted. |
