forked from blue/squawk
an idea how to manage info object better
This commit is contained in:
parent
ec362cef55
commit
6f32e99593
12 changed files with 390 additions and 63 deletions
|
@ -735,7 +735,7 @@ void Core::Account::requestInfo(const QString& jid) {
|
|||
void Core::Account::updateInfo(const Shared::Info& info) {
|
||||
//TODO switch case of what kind of entity this info update is about
|
||||
//right now it could be only about myself
|
||||
vh->uploadVCard(info.vcard);
|
||||
vh->uploadVCard(info.getVCardRef());
|
||||
}
|
||||
|
||||
QString Core::Account::getAvatarPath() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue