aboutsummaryrefslogtreecommitdiff
path: root/examples/example_7_archiveHandling/example_7_archiveHandling.cpp
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-01-08 08:26:46 +0000
committerLinus Jahn <lnj@kaidan.im>2022-01-15 14:04:15 +0100
commitfd11e024a6079be3e0bc62911b6e3070c7553224 (patch)
tree199a3d658bc1641259faffd588534788fadb05dd /examples/example_7_archiveHandling/example_7_archiveHandling.cpp
parentee1ea9091f128164f91d29d7a3598d792326c1a7 (diff)
downloadqxmpp-fd11e024a6079be3e0bc62911b6e3070c7553224.tar.gz
Run 'clang-format' on all files
Diffstat (limited to 'examples/example_7_archiveHandling/example_7_archiveHandling.cpp')
-rw-r--r--examples/example_7_archiveHandling/example_7_archiveHandling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_7_archiveHandling/example_7_archiveHandling.cpp b/examples/example_7_archiveHandling/example_7_archiveHandling.cpp
index d845e021..cfc445f0 100644
--- a/examples/example_7_archiveHandling/example_7_archiveHandling.cpp
+++ b/examples/example_7_archiveHandling/example_7_archiveHandling.cpp
@@ -88,7 +88,7 @@ void xmppClient::archiveListReceived(const QList<QXmppArchiveChat> &chats, const
for (const auto &chat : chats) {
qDebug("chat start %s", qPrintable(chat.start().toString()));
// NOTE: to actually retrieve conversations, uncomment this
- //archiveManager->retrieveCollection(chat.with(), chat.start());
+ // archiveManager->retrieveCollection(chat.with(), chat.start());
}
if (!rsmReply.isNull()) {
// fetch next page