diff options
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index a0ef0eedf..06cd9a833 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -131,6 +131,8 @@ private: /** Return the upper left position in pixels of the viewport content. */ QPoint contentsPos() const; + KFileItem itemForIndex(const QModelIndex& index) const; + private: DolphinController* m_controller; QStyleOptionViewItem m_viewOptions; |
