From a73e81bf6af745623e7e92ba012522e34b2a312a Mon Sep 17 00:00:00 2001 From: Anthony Fieroni Date: Sat, 12 Dec 2020 15:17:23 +0200 Subject: Open new tab placement option Signed-off-by: Anthony Fieroni --- src/views/dolphinview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index cc3409732..5dd65eb54 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -433,7 +433,7 @@ signals: /** * Is emitted if a new tab should be opened for the URL \a url. */ - void tabRequested(const QUrl& url, DolphinTabWidget::TabPlacement tabPlacement); + void tabRequested(const QUrl& url); /** * Is emitted if the view mode (IconsView, DetailsView, -- cgit v1.3.1