diff options
Diffstat (limited to 'src/views/dolphindetailsview.h')
| -rw-r--r-- | src/views/dolphindetailsview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/dolphindetailsview.h b/src/views/dolphindetailsview.h index 640181274..305035dd5 100644 --- a/src/views/dolphindetailsview.h +++ b/src/views/dolphindetailsview.h @@ -195,6 +195,12 @@ private: */ void adjustMaximumSizeForEditing(const QModelIndex& index); + /** + * Helper method for DolphinDetailsView::resizeColumns(): Returns the + * string representation of the size-value for the given index. + */ + QString itemSizeString(const QModelIndex& index, const KFileItem& item) const; + private: bool m_autoResize; // if true, the columns are resized automatically to the available width |
