diff options
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 752f6e317..fbbbce0ec 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -88,6 +88,12 @@ private: KFileItem itemForIndex(const QModelIndex& index) const; + /** + * Returns the number of additional information lines that should + * be shown below the item name. + */ + int additionalInfoCount() const; + private: DolphinController* m_controller; DolphinCategoryDrawer* m_categoryDrawer; |
