diff options
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 5cc2c04b0..266e5ee97 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -26,7 +26,10 @@ class DolphinController; /** - * @brief TODO + * @brief Represents the view, where each directory is show as separate column. + * + * @see DolphinIconsView + * @see DolphinDetailsView */ class DolphinColumnView : public QColumnView { @@ -46,6 +49,7 @@ protected: private slots: void zoomIn(); void zoomOut(); + void triggerItem(const QModelIndex& index); private: bool isZoomInPossible() const; |
