From 9aff260f06ba7a80508a14608cb4121b8c9fa2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Mon, 1 Apr 2019 11:12:31 +0200 Subject: [PATCH] Library: unused method parameter, so comment out the name --- YACReaderLibrary/server/lib/httpserver/staticfilecontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/server/lib/httpserver/staticfilecontroller.cpp b/YACReaderLibrary/server/lib/httpserver/staticfilecontroller.cpp index 1d0a8177..679f5bae 100644 --- a/YACReaderLibrary/server/lib/httpserver/staticfilecontroller.cpp +++ b/YACReaderLibrary/server/lib/httpserver/staticfilecontroller.cpp @@ -273,7 +273,7 @@ QString StaticFileController::getDeviceAwareFileName(QString fileName, QString d return getLocalizedFileName(fileName,locales,path); //no hay archivo especĂ­fico para el dispositivo, pero puede haberlo para estas locales } -QString StaticFileController::getDeviceAwareFileName(QString fileName, QString device, QString display, QString locales, QString path) const +QString StaticFileController::getDeviceAwareFileName(QString fileName, QString device, QString display, QString /* locales */, QString path) const { QFileInfo fi(fileName); QString baseName = fi.baseName();