Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Akonadi Contacts
Commits
92a208aa
Commit
92a208aa
authored
Apr 23, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reserve elements
parent
9e7c596d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/contactstreemodel.cpp
src/contactstreemodel.cpp
+1
-0
No files found.
src/contactstreemodel.cpp
View file @
92a208aa
...
...
@@ -131,6 +131,7 @@ QVariant ContactsTreeModel::entityData(const Item &item, int column, int role) c
QStringList
values
;
const
KContacts
::
PhoneNumber
::
List
numbers
=
contact
.
phoneNumbers
();
values
.
reserve
(
numbers
.
count
());
for
(
const
KContacts
::
PhoneNumber
&
number
:
numbers
)
{
values
+=
number
.
number
();
}
...
...
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