┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-02 22:04:36 +0000
committerPeter Penz <[email protected]>2007-10-02 22:04:36 +0000
commit3c1c185400a55103cea3ed567de167df87b59945 (patch)
treecb795f1bb1582e9728634f31d66e1fc989a7c087 /src/dolphinview.h
parentba150e5735bd336752f713df1e9f66b7ed90e6ae (diff)
Allow showing additional information like type, size and date in parallel for the icons view (thanks to Fredrik for the extension of KFileItemDelegate!).
svn path=/trunk/KDE/kdebase/apps/; revision=720283
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 96c649d97..c3d1c7abc 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -281,9 +281,6 @@ public:
/** Sets the additional information which should be shown for the items. */
void setAdditionalInfo(KFileItemDelegate::InformationList info);
- /** Sets the additional information which should be shown for the items. */
- void setAdditionalInfo(KFileItemDelegate::Information info);
-
/** Returns the additional information which should be shown for the items. */
KFileItemDelegate::InformationList additionalInfo() const;