diff options
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 2f10a9be8..2b393e466 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -57,6 +57,13 @@ public: */ void reload(); +public slots: + /** + * Shows the column which represents the URL \a url. If the column + * is already shown, it gets activated, otherwise it will be created. + */ + void showColumn(const KUrl& url); + protected: virtual bool isIndexHidden(const QModelIndex& index) const; virtual QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers); @@ -80,12 +87,6 @@ private slots: void moveContentHorizontally(int x); /** - * Shows the column which represents the URL \a url. If the column - * is already shown, it gets activated, otherwise it will be created. - */ - void showColumn(const KUrl& url); - - /** * Updates the size of the decoration dependent on the * icon size of the ColumnModeSettings. The controller * will get informed about possible zoom in/zoom out |
