Use new display string function from KFileMetaData
ClosedPublic

Authored by astippich on Feb 17 2019, 8:14 PM.

Details

Summary

Remove all custom formatting function
in favor of the ones provided by KFileMetaData

Diff Detail

Repository
R824 Baloo Widgets
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.Feb 17 2019, 8:14 PM
Restricted Application added a project: Baloo. · View Herald TranscriptFeb 17 2019, 8:14 PM
astippich requested review of this revision.Feb 17 2019, 8:14 PM

This can only be merged when it is okay that KDE applications can rely on KF 5.56

elvisangelaccio accepted this revision.Feb 19 2019, 9:08 PM
elvisangelaccio added a subscriber: elvisangelaccio.
elvisangelaccio added inline comments.
src/widgetfactory.cpp
129

QLatin1String is better for comparisons

This revision is now accepted and ready to land.Feb 19 2019, 9:08 PM
astippich updated this revision to Diff 52117.Feb 19 2019, 9:33 PM
  • use Qlatin1
This revision was automatically updated to reflect the committed changes.