Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
d09f5c3e
Commit
d09f5c3e
authored
May 09, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(src/components/contact/ContactModel): add assert and update linphone
parent
4b79ac94
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
ContactModel.cpp
linphone-desktop/src/components/contact/ContactModel.cpp
+2
-0
ContactsListModel.cpp
...one-desktop/src/components/contacts/ContactsListModel.cpp
+1
-1
linphone
submodules/linphone
+1
-1
No files found.
linphone-desktop/src/components/contact/ContactModel.cpp
View file @
d09f5c3e
...
...
@@ -100,6 +100,8 @@ void ContactModel::setVcardModelInternal (VcardModel *vcardModel) {
}
void
ContactModel
::
updateSipAddresses
(
VcardModel
*
oldVcardModel
)
{
Q_ASSERT
(
oldVcardModel
!=
nullptr
);
QVariantList
oldSipAddresses
=
oldVcardModel
->
getSipAddresses
();
QVariantList
sipAddresses
=
mVcardModel
->
getSipAddresses
();
QSet
<
QString
>
done
;
...
...
linphone-desktop/src/components/contacts/ContactsListModel.cpp
View file @
d09f5c3e
...
...
@@ -135,7 +135,7 @@ ContactModel *ContactsListModel::addContact (VcardModel *vcard) {
return
nullptr
;
}
qInfo
()
<<
QStringLiteral
(
"Add contact
on vcard:"
)
<<
vcard
<<
contact
;
qInfo
()
<<
QStringLiteral
(
"Add contact
from vcard:"
)
<<
contact
<<
vcard
;
int
row
=
mList
.
count
();
...
...
linphone
@
5fb392bc
Subproject commit 5
7114440b1e573cebd4104623b6ad16df40ac800
Subproject commit 5
fb392bccf5a317c1c9192cbc659699d8004ffae
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment