diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index b88179d89..a72047039 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -242,7 +242,7 @@ private slots: void toggleFilterBarVisibility(bool show); /** - * Toggles between edit and brose mode of the navigation bar. + * Toggles between edit and browse mode of the navigation bar. */ void toggleEditLocation(); @@ -285,6 +285,9 @@ private slots: /** Opens the settings dialog for Dolphin. */ void editSettings(); + /** Updates the state of the 'Show Full Location' action. */ + void slotEditableStateChanged(bool editable); + /** * Updates the state of the 'Edit' menu actions and emits * the signal selectionChanged(). |
