diff options
| author | Alexander Stippich <[email protected]> | 2019-03-01 12:01:58 +0100 |
|---|---|---|
| committer | Alexander Stippich <[email protected]> | 2019-03-01 12:02:03 +0100 |
| commit | 7a57be98126b2d57a5728ded923474d00d98a04d (patch) | |
| tree | 85f08d736138b35087e449f793c42ad86c9910eb /src/kitemviews/private/kbaloorolesprovider.h | |
| parent | 4315e5c9380e22eed483f00adac3d075369eae49 (diff) | |
Use new display string function from KFileMetaData
Summary:
Delete all the custom formatting functions
and use the ones provided from KFileMetaData.
Reviewers: #dolphin, elvisangelaccio
Reviewed By: #dolphin, elvisangelaccio
Subscribers: bcooksley, elvisangelaccio, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D19105
Diffstat (limited to 'src/kitemviews/private/kbaloorolesprovider.h')
| -rw-r--r-- | src/kitemviews/private/kbaloorolesprovider.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/kitemviews/private/kbaloorolesprovider.h b/src/kitemviews/private/kbaloorolesprovider.h index 64b1a5c82..cd5131df8 100644 --- a/src/kitemviews/private/kbaloorolesprovider.h +++ b/src/kitemviews/private/kbaloorolesprovider.h @@ -67,25 +67,6 @@ private: */ QString tagsFromValues(const QStringList& values) const; - /** - * @return User visible string for the EXIF-orientation property - * which can have the values 0 to 8. - * (see http://sylvana.net/jpegcrop/exif_orientation.html) - */ - QString orientationFromValue(int value) const; - - /** - * @return Duration in the format HH::MM::SS for the value given - * in seconds. - */ - QString durationFromValue(int value) const; - - /** - * @return Bitrate in the format N kB/s for the value given - * in b/s. - */ - QString bitrateFromValue(int value) const; - private: QSet<QByteArray> m_roles; QHash<QString, QByteArray> m_roleForProperty; |
