forked from blue/squawk
phones now also saveble
This commit is contained in:
parent
c1c1de1b7b
commit
2c13f0d77c
10 changed files with 413 additions and 3 deletions
|
@ -198,3 +198,8 @@ void UI::VCard::EMailsModel::revertPreferred(int row)
|
|||
{
|
||||
setData(createIndex(row, 2), !isPreferred(row));
|
||||
}
|
||||
|
||||
QString UI::VCard::EMailsModel::getEmail(int row) const
|
||||
{
|
||||
return deque[row].address;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue