]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
Enable Ctrl/Shift-Click to open folder in a new tab/window
[dolphin.git] / src / dolphinmainwindow.h
index 46515cc8bee4000411f58e7b9fb70fbf5b286eb8..761766df8562080400d5a185fb7f18ddae6044a5 100644 (file)
@@ -171,6 +171,16 @@ public Q_SLOTS:
      */
     void openNewTab(const QUrl& url);
 
+    /**
+     * Opens a new tab  showing the URL \a url and activate it.
+     */
+    void openNewTabAndActivate(const QUrl &url);
+
+    /**
+     * Opens a new window showing the URL \a url.
+     */
+    void openNewWindow(const QUrl &url);
+
     /** @see GeneralSettings::splitViewChanged() */
     void slotSplitViewChanged();