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/views/dolphinview.h | |
| parent | eb4b0fb48050ab047eecf01ccabc595a8b34d141 (diff) | |
Open new tab placement option
Signed-off-by: Anthony Fieroni <[email protected]>
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
