forked from blue/squawk
hopefully end of refactoring of vcard to Info widget
This commit is contained in:
parent
bf11d8a74e
commit
e4a2728ef8
20 changed files with 268 additions and 1717 deletions
|
@ -236,3 +236,11 @@ void UI::ContactContacts::onCopyPhone() {
|
|||
QString UI::ContactContacts::title() const {
|
||||
return m_ui->contactHeading->text();
|
||||
}
|
||||
|
||||
void UI::ContactContacts::fillVCard(Shared::VCard& card) const {
|
||||
card.setUrl(m_ui->url->text());
|
||||
|
||||
emails.getEmails(card.getEmails());
|
||||
phones.getPhones(card.getPhones());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue