┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabwidget.h
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2023-08-28 14:39:00 +0200
committerMéven Car <[email protected]>2023-08-29 07:18:51 +0000
commit079f903bc8691866b4aa3c3e41204a47e735c062 (patch)
tree7d61e0e86d2a4e91e64f360efd01424fab8f3e8b /src/dolphintabwidget.h
parenta55bba67bc47cc0a51ce2c5b160a69166459355a (diff)
Fix a bunch of clazy warnings
Diffstat (limited to 'src/dolphintabwidget.h')
-rw-r--r--src/dolphintabwidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h
index 75c6e3471..5bc708b38 100644
--- a/src/dolphintabwidget.h
+++ b/src/dolphintabwidget.h
@@ -123,7 +123,9 @@ public Q_SLOTS:
* Opens a new tab in the background showing the URL \a primaryUrl and the
* optional URL \a secondaryUrl.
*/
- void openNewTab(const QUrl &primaryUrl, const QUrl &secondaryUrl = QUrl(), NewTabPosition position = NewTabPosition::FollowSetting);
+ void openNewTab(const QUrl &primaryUrl,
+ const QUrl &secondaryUrl = QUrl(),
+ DolphinTabWidget::NewTabPosition position = DolphinTabWidget::NewTabPosition::FollowSetting);
/**
* Opens each directory in \p dirs in a separate tab unless it is already open.