diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 9a57b5452..4d45d2d65 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -264,6 +264,11 @@ private slots: */ void replaceLocation(); + /** + * Toggles the state of the panels between a locked and unlocked layout. + */ + void togglePanelLockState(); + /** Goes back on step of the URL history. */ void goBack(); |
