Port endl to \n as QTextStream is flushed at the end. endl is namespaced in qt5.15
ClosedPublic

Authored by mlaurent on Dec 30 2019, 8:24 PM.

Details

Diff Detail

Repository
R301 KEmoticons
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mlaurent created this revision.Dec 30 2019, 8:24 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptDec 30 2019, 8:24 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
mlaurent requested review of this revision.Dec 30 2019, 8:24 PM
apol accepted this revision.Dec 31 2019, 6:40 PM
apol added a subscriber: apol.
apol added inline comments.
src/providers/pidgin/pidgin_emoticons.cpp
221

Put it in the same string as "Author=\n"? Or at least use '\n'.

This revision is now accepted and ready to land.Dec 31 2019, 6:40 PM
mlaurent updated this revision to Diff 72515.Jan 1 2020, 9:45 AM

Merge \n

This revision was automatically updated to reflect the committed changes.