backend adapter for vCard phones list

This commit is contained in:
Blue 2019-11-05 21:55:21 +03:00
parent 5bbacad84a
commit c1c1de1b7b
6 changed files with 281 additions and 98 deletions

View file

@ -108,7 +108,7 @@ bool UI::VCard::EMailsModel::setData(const QModelIndex& index, const QVariant& v
bool newDef = value.toBool();
if (newDef != item.prefered) {
if (newDef) {
dropPrefered();
//dropPrefered();
}
item.prefered = newDef;
return true;