Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-desktop
Commits
57d4f11c
Commit
57d4f11c
authored
Jun 05, 2017
by
jehan
Browse files
make sure new subscribe is sent in case of new contact added
parent
c8c73c16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
linphone-desktop/src/components/contacts/ContactsListModel.cpp
...one-desktop/src/components/contacts/ContactsListModel.cpp
+3
-0
No files found.
linphone-desktop/src/components/contacts/ContactsListModel.cpp
View file @
57d4f11c
...
...
@@ -152,6 +152,9 @@ ContactModel *ContactsListModel::addContact (VcardModel *vcardModel) {
qInfo
()
<<
QStringLiteral
(
"Add contact from vcard:"
)
<<
contact
<<
vcardModel
;
//make sure new subscribe is issued
mLinphoneFriends
->
updateSubscriptions
();
int
row
=
mList
.
count
();
beginInsertRows
(
QModelIndex
(),
row
,
row
);
...
...
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