diff options
| author | Peter Penz <[email protected]> | 2007-10-02 22:04:36 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-02 22:04:36 +0000 |
| commit | 3c1c185400a55103cea3ed567de167df87b59945 (patch) | |
| tree | cb795f1bb1582e9728634f31d66e1fc989a7c087 /src/dolphiniconsview.h | |
| parent | ba150e5735bd336752f713df1e9f66b7ed90e6ae (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/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
