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
PIM Messagelib
Commits
a6d11035
Commit
a6d11035
authored
Aug 04, 2021
by
Laurent Montel
😁
Browse files
Show debug output when it's necessary
parent
bd96fddc
Pipeline
#73271
passed with stage
in 39 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templateparser/src/templateparserjob.cpp
View file @
a6d11035
...
...
@@ -70,7 +70,9 @@ static QTextCodec *selectCharset(const QStringList &charsets, const QString &tex
return
codec
;
}
}
qCDebug
(
TEMPLATEPARSER_LOG
)
<<
"No appropriate charset found."
;
if
(
!
charsets
.
isEmpty
())
{
qCDebug
(
TEMPLATEPARSER_LOG
)
<<
"No appropriate charset found."
;
}
return
KCharsets
::
charsets
()
->
codecForName
(
QStringLiteral
(
"utf-8"
));
}
}
...
...
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