diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 4b2236267..c98d2386a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -310,6 +310,16 @@ private slots: void activatePrevTab(); + /** + * Opens the selected folder in a new tab. + */ + void openInNewTab(); + + /** + * Opens the selected folder in a new window. + */ + void openInNewWindow(); + /** Toggles the active view if two views are shown within the main window. */ void toggleActiveView(); |
