Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAddressBook
Commits
c92a46f2
Commit
c92a46f2
authored
Sep 13, 2020
by
Laurent Montel
Browse files
Use isEmpty
parent
dabdd8db
Pipeline
#34170
failed with stage
in 15 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contactinfoproxymodel.cpp
View file @
c92a46f2
...
...
@@ -102,7 +102,7 @@ QVariant ContactInfoProxyModel::data(const QModelIndex &index, int role) const
}
}
}
if
(
groupItemsList
.
size
()
&&
groupRefIdsList
.
size
())
{
if
(
!
groupItemsList
.
isEmpty
()
&&
!
groupRefIdsList
.
isEmpty
())
{
properties
.
insert
(
"groupRefIdsList"
,
QVariant
::
fromValue
(
groupRefIdsList
));
fetchItems
(
groupItemsList
,
properties
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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