diff options
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 8c61aae6c..0dbea7f44 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -90,6 +90,13 @@ private: bool isZoomOutPossible() const; inline ColumnWidget* activeColumn() const; + + /** + * Deactivates the currently active column and activates + * the new column indicated by \a index. m_index represents + * the active column afterwards. Also the URL of the navigator + * will be adjusted to reflect the column URL. + */ void setActiveColumnIndex(int index); void layoutColumns(); |
