┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-04-09 09:44:05 +0200
committerPeter Penz <[email protected]>2012-04-09 09:50:17 +0200
commit16e5740828a6f66c6437100f9e66c90bbee498d0 (patch)
tree0865a361b70ef5a840afdf8822bbf17427267f2e /src/views/dolphinview.h
parente0ac8b61fb907ac19f9bebf01cb5be17d4c88ba8 (diff)
Revert the 2.0 decision to always use KB for file-sizes
The feedback on bugs.kde.org has shown that the previous behavior (= show size with best-matching unit) is preferred by most users. I initially wanted to make this configurable, but for implementing it in a non-hacky way extending KLocale from kdelibs would have been required. I'm not sure whether the usecase in Dolphin justifies having such a configuration in KLocale - however as kdelibs is frozen at the moment this is no option and the old behavior has been restored. BUG: 289850 FIXED-IN: 4.9.0
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 71128569a..130657b16 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -716,12 +716,6 @@ private:
*/
void updateWritableState();
- /**
- * Returns the text for the filesize by converting it to the best fitting
- * unit.
- */
- static QString fileSizeText(KIO::filesize_t fileSize);
-
private:
bool m_active;
bool m_tabsForFiles;