X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/27e3907a3daf9a63d05c00a0ff746de6cfdf2bdf..681d8bb6c:/src/global.h?ds=sidebyside 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