mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix call log not updating
This commit is contained in:
parent
b5c3751c72
commit
017b22bcc7
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ public:
|
|||
}
|
||||
mList[index] = replacementItem;
|
||||
QModelIndex modelIndex = createIndex(index, 0);
|
||||
emit dataChanged(modelIndex, modelIndex, {Qt::DisplayRole});
|
||||
emit dataChanged(modelIndex, modelIndex);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue