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
Akregator
Commits
20cf809a
Commit
20cf809a
authored
Jan 18, 2021
by
Laurent Montel
😁
Browse files
It's already in qt5.14
parent
aed25260
Pipeline
#48050
passed with stage
in 13 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/akregator_part.cpp
View file @
20cf809a
...
@@ -406,11 +406,7 @@ bool Part::writeToTextFile(const QString &data, const QString &filename) const
...
@@ -406,11 +406,7 @@ bool Part::writeToTextFile(const QString &data, const QString &filename) const
QTextStream
stream
(
&
file
);
QTextStream
stream
(
&
file
);
stream
.
setCodec
(
"UTF-8"
);
stream
.
setCodec
(
"UTF-8"
);
stream
<<
data
stream
<<
data
#if (QT_VERSION < QT_VERSION_CHECK(5, 15, 0))
<<
endl
#else
<<
Qt
::
endl
<<
Qt
::
endl
#endif
;
;
return
file
.
commit
();
return
file
.
commit
();
}
}
...
...
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