diff --git a/Linphone/core/proxy/ListProxy.hpp b/Linphone/core/proxy/ListProxy.hpp index cab750170..5ef11eb20 100644 --- a/Linphone/core/proxy/ListProxy.hpp +++ b/Linphone/core/proxy/ListProxy.hpp @@ -135,7 +135,7 @@ public: } mList[index] = replacementItem; QModelIndex modelIndex = createIndex(index, 0); - emit dataChanged(modelIndex, modelIndex, {Qt::DisplayRole}); + emit dataChanged(modelIndex, modelIndex); } };