forked from blue/squawk
initial class reference
This commit is contained in:
parent
a8698cc94f
commit
494afcf2b5
6 changed files with 161 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue