initial class reference

This commit is contained in:
Blue 2020-04-16 23:23:02 +03:00
parent a8698cc94f
commit 494afcf2b5
6 changed files with 161 additions and 6 deletions

View file

@ -480,7 +480,9 @@ void Models::Roster::addContact(const QString& account, const QString& jid, cons
if (item->type == Item::contact) {
Contact* ca = static_cast<Contact*>(item);
if (ca->getJid() == jid) {
qDebug() << "An attempt to add a already existing contact " << jid << " to the group " << group << ", contact will be moved from ungrouped contacts of " << account;
qDebug() << "An attempt to add a already existing contact " << jid
<< " to the group " << group
<< ", contact will be moved from ungrouped contacts of " << account;
parent->appendChild(ca);
return;