diff options
| author | Anthony Fieroni <[email protected]> | 2020-12-12 15:17:23 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2021-01-10 21:54:45 +0000 |
| commit | a73e81bf6af745623e7e92ba012522e34b2a312a (patch) | |
| tree | 15395b60a09801af77b531c772ea10cdecc10df7 /src/dolphinmainwindow.h | |
| parent | eb4b0fb48050ab047eecf01ccabc595a8b34d141 (diff) | |
Open new tab placement option
Signed-off-by: Anthony Fieroni <[email protected]>
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 8e031fd03..883d92b69 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -170,14 +170,9 @@ public slots: void quit(); /** - * Opens a new tab and places it after the current tab - */ - void openNewTabAfterCurrentTab(const QUrl& url); - - /** - * Opens a new tab and places it as the last tab + * Opens a new tab in the background showing the URL \a url. */ - void openNewTabAfterLastTab(const QUrl& url); + void openNewTab(const QUrl& url); signals: /** @@ -418,11 +413,6 @@ private slots: void addToPlaces(); /** - * Opens a new tab in the background showing the URL \a url. - */ - void openNewTab(const QUrl& url, DolphinTabWidget::TabPlacement tabPlacement); - - /** * Opens the selected folder in a new tab. */ void openInNewTab(); |
