Use Qt function for string list formatting
ClosedPublic

Authored by astippich on Mar 24 2019, 10:52 AM.

Details

Summary

Reuse existing Qt function to convert string
lists into string

Diff Detail

Repository
R286 KFileMetaData
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
astippich created this revision.Mar 24 2019, 10:52 AM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptMar 24 2019, 10:52 AM
Restricted Application added subscribers: Baloo, kde-frameworks-devel. · View Herald Transcript
astippich requested review of this revision.Mar 24 2019, 10:52 AM

I think this should go in before D19445.

src/propertyinfo.cpp
635 ↗(On Diff #54653)

unnecessary indirection

bruns requested changes to this revision.Mar 25 2019, 12:42 PM
This revision now requires changes to proceed.Mar 25 2019, 12:42 PM
astippich updated this revision to Diff 54951.Mar 27 2019, 7:18 PM
  • rebase directly on master

Is removing a string allowed during string freeze?

bruns accepted this revision.Mar 27 2019, 7:22 PM

Worst that can happen is a translators just happens to translate it now, and then it is just some unnecessary, but trivial work done without need.

This revision is now accepted and ready to land.Mar 27 2019, 7:23 PM
This revision was automatically updated to reflect the committed changes.