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
KCalUtils
Commits
9302f87d
Commit
9302f87d
authored
Jan 18, 2021
by
Laurent Montel
😁
Browse files
It's already in qt5.14
parent
d5e3ab51
Pipeline
#48043
passed with stage
in 8 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/htmlexport.cpp
View file @
9302f87d
...
...
@@ -30,11 +30,7 @@ static QString cleanChars(const QString &txt);
namespace
{
auto
returnEndLine
()
{
#if (QT_VERSION < QT_VERSION_CHECK(5, 15, 0))
return
endl
;
#else
return
Qt
::
endl
;
#endif
}
}
//@cond PRIVATE
...
...
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