From d886cf3c85ebf536401b8a73a1d4ddbe51b78a0f Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sat, 8 Jun 2019 13:11:47 +0200 Subject: Fix container detaching --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index 16305eafe..fb58036af 100644 --- a/src/global.h +++ b/src/global.h @@ -46,7 +46,7 @@ namespace Dolphin { * Attaches URLs to an existing Dolphin instance if possible. * Returns true if URLs were successfully attached */ - bool attachToExistingInstance(const QList& urls, bool openFiles, bool splitView, const QString& preferredService = QString()); + bool attachToExistingInstance(const QList& inputUrls, bool openFiles, bool splitView, const QString& preferredService = QString()); /** * TODO: Move this somewhere global to all KDE apps, not just Dolphin -- cgit v1.3