From 7a57be98126b2d57a5728ded923474d00d98a04d Mon Sep 17 00:00:00 2001 From: Alexander Stippich Date: Fri, 1 Mar 2019 12:01:58 +0100 Subject: 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 --- src/kitemviews/private/kbaloorolesprovider.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/kitemviews/private/kbaloorolesprovider.h') 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 m_roles; QHash m_roleForProperty; -- cgit v1.3.1