]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
If the context menu is opened above a directory, add the actions "Open in New Window...
[dolphin.git] / src / dolphinmainwindow.h
index 4b223626798dd892a59e8425304de2074b22a255..c98d2386a3adc7cbd8e52c947698472ac86efbde 100644 (file)
@@ -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();