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
c7c8bc8d
Commit
c7c8bc8d
authored
Jan 05, 2022
by
Laurent Montel
😁
Browse files
Fix unity build
parent
9373e81f
Pipeline
#118989
passed with stage
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/akonadicollectionsearch.cpp
View file @
c7c8bc8d
...
...
@@ -132,9 +132,9 @@ void AkonadiCollectionSearch::itemFetchResult(KJob* j)
{
if
(
!
mUid
.
isEmpty
())
{
if
(
item
.
mimeType
()
==
mMimeType
&&
item
.
hasPayload
<
Event
::
Ptr
>
())
if
(
item
.
mimeType
()
==
mMimeType
&&
item
.
hasPayload
<
KCalendarCore
::
Event
::
Ptr
>
())
{
const
Event
::
Ptr
kcalEvent
=
item
.
payload
<
Event
::
Ptr
>
();
const
KCalendarCore
::
Event
::
Ptr
kcalEvent
=
item
.
payload
<
KCalendarCore
::
Event
::
Ptr
>
();
if
(
kcalEvent
->
uid
()
!=
mUid
)
continue
;
}
...
...
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