From 3c1c185400a55103cea3ed567de167df87b59945 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 2 Oct 2007 22:04:36 +0000 Subject: 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 --- src/dolphiniconsview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 69481eb7f..7e88f39bd 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -60,7 +60,7 @@ protected: private slots: void slotShowPreviewChanged(bool show); - void slotShowAdditionalInfoChanged(bool show); + void slotAdditionalInfoCountChanged(int count); void zoomIn(); void zoomOut(); @@ -76,9 +76,9 @@ private: /** * Updates the size of the grid depending on the state - * of \a showPreview and \a showAdditionalInfo. + * of \a showPreview and \a additionalInfoCount. */ - void updateGridSize(bool showPreview, bool showAdditionalInfo); + void updateGridSize(bool showPreview, int additionalInfoCount); private: DolphinController* m_controller; -- cgit v1.3