Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
58029447
Commit
58029447
authored
Sep 20, 2020
by
David Jarvie
Browse files
Fix build
parent
b09e095e
Pipeline
#34953
passed with stage
in 11 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/resources/akonadidatamodel.cpp
View file @
58029447
...
...
@@ -951,8 +951,8 @@ QModelIndex AkonadiDataModel::resourceIndex(Akonadi::Collection::Id id) const
*/
Collection
*
AkonadiDataModel
::
collection
(
Collection
::
Id
id
)
const
{
auto
it
=
mResources
.
constF
ind
(
id
);
if
(
it
!=
mResources
.
constE
nd
())
auto
it
=
mResources
.
f
ind
(
id
);
if
(
it
!=
mResources
.
e
nd
())
{
Collection
&
c
=
AkonadiResource
::
collection
(
it
.
value
());
if
(
c
.
isValid
())
...
...
Write
Preview
Supports
Markdown
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