From ffcb3ccb75cf288cfa67399b89a943de65e0ef73 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 3 Aug 2023 11:53:15 +0200 Subject: [PATCH] Loading optimizations: - Avoid sending signals on chat room creation. - Remove display name caching from contacts and put it into the sip address model. - On adding new address into sip address model, avoid update all layout and use dataChanged. - Reorder Sip address Model and contacts model and make direct connections for prioritized update signals. --- linphone-app/src/components/contacts/ContactsListModel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/linphone-app/src/components/contacts/ContactsListModel.cpp b/linphone-app/src/components/contacts/ContactsListModel.cpp index 78ecac122..28db1199f 100644 --- a/linphone-app/src/components/contacts/ContactsListModel.cpp +++ b/linphone-app/src/components/contacts/ContactsListModel.cpp @@ -25,7 +25,6 @@ #include "components/contact/VcardModel.hpp" #include "components/core/CoreManager.hpp" #include "components/friend/FriendListListener.hpp" -#include "utils/Utils.hpp" #include "ContactsListModel.hpp"