aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppRosterManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/QXmppRosterManager.cpp')
-rw-r--r--src/client/QXmppRosterManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/QXmppRosterManager.cpp b/src/client/QXmppRosterManager.cpp
index f2fc8a1b..ddbefd05 100644
--- a/src/client/QXmppRosterManager.cpp
+++ b/src/client/QXmppRosterManager.cpp
@@ -306,8 +306,8 @@ QFuture<QXmppRosterManager::Result> QXmppRosterManager::renameRosterItem(const Q
using Error = QXmppStanza::Error;
if (!d->entries.contains(bareJid)) {
return QXmpp::Private::makeReadyFuture<Result>(
- Error(Error::Modify, Error::ItemNotFound,
- QStringLiteral("The roster doesn't contain this user.")));
+ Error(Error::Modify, Error::ItemNotFound,
+ QStringLiteral("The roster doesn't contain this user.")));
}
auto item = d->entries.value(bareJid);