┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphincolumnview.h')
-rw-r--r--src/dolphincolumnview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h
index caa54eab8..756037874 100644
--- a/src/dolphincolumnview.h
+++ b/src/dolphincolumnview.h
@@ -112,7 +112,7 @@ public:
* Returns the selected items of the active column.
*/
KFileItemList selectedItems() const;
-
+
/**
* Returns the MIME data for the selected items
* of the active column.
@@ -169,6 +169,7 @@ private slots:
void slotSortOrderChanged(Qt::SortOrder order);
void slotShowHiddenFilesChanged();
void slotShowPreviewChanged();
+ void scrollToCurrentItem();
private:
DolphinColumnWidget* activeColumn() const;