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
KDE PIM Runtime
Commits
3eaf50b4
Commit
3eaf50b4
authored
Oct 12, 2021
by
Friedrich W. H. Kossebau
Browse files
EWS resource: port away from deprecated QHash::unite
GIT_SILENT
parent
40752d64
Pipeline
#88827
canceled with stage
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
resources/ews/mail/ewsmailhandler.cpp
View file @
3eaf50b4
...
...
@@ -116,7 +116,7 @@ QHash<EwsPropertyField, QVariant> EwsMailHandler::writeFlags(const QSet<QByteArr
propertyHash
.
insert
(
propPidFlagStatus
,
QVariant
());
}
propertyHash
.
unite
(
EwsItemHandler
::
writeFlags
(
unknownFlags
));
propertyHash
.
insert
(
EwsItemHandler
::
writeFlags
(
unknownFlags
));
return
propertyHash
;
}
...
...
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