deprecation fix about qxmpp, beginning of adding email addresses in VCards

This commit is contained in:
Blue 2019-11-02 23:50:25 +03:00
parent c067835b00
commit 9d491e9e93
17 changed files with 610 additions and 227 deletions

View file

@ -223,6 +223,7 @@ class VCard {
home,
work
};
static const std::deque<QString> roleNames;
Contact(Role p_role = none, bool p_prefered = false);