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
5f66f567
Commit
5f66f567
authored
Aug 09, 2021
by
Laurent Montel
😁
Browse files
Use qCDebug
parent
228c8ffb
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/ews/ewssettings.cpp
View file @
5f66f567
...
...
@@ -252,7 +252,7 @@ void EwsSettings::setMap(const QMap<QString, QString> &map)
}
for
(
auto
it
=
map
.
begin
();
it
!=
map
.
end
();
++
it
)
{
qDebug
()
<<
"setMap:"
<<
it
.
key
();
q
C
Debug
(
EWSRES_LOG
)
<<
"setMap:"
<<
it
.
key
();
if
(
!
it
.
value
().
isNull
())
{
mMap
[
it
.
key
()]
=
it
.
value
();
}
else
{
...
...
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