From b7e84ed42ff0adc6999af206019fa8ab6669aa21 Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sun, 10 Mar 2019 11:34:40 +0100 Subject: [PATCH] Fix clazy-fully-qualified-moc-types warning Slot arguments should be fully-qualified. --- src/dolphintabwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h index 85b2d66f0..7e3b30c0d 100644 --- a/src/dolphintabwidget.h +++ b/src/dolphintabwidget.h @@ -122,7 +122,7 @@ public slots: * is placed. */ void openNewTab(const QUrl &primaryUrl, const QUrl &secondaryUrl = QUrl(), - TabPlacement tabPlacement = AfterLastTab); + DolphinTabWidget::TabPlacement tabPlacement = AfterLastTab); /** * Opens each directory in \p dirs in a separate tab. If \a splitView is set, -- 2.47.3