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;
|
mList[index] = replacementItem;
|
||||||
QModelIndex modelIndex = createIndex(index, 0);
|
QModelIndex modelIndex = createIndex(index, 0);
|
||||||
emit dataChanged(modelIndex, modelIndex, {Qt::DisplayRole});
|
emit dataChanged(modelIndex, modelIndex);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue