From c56167110253c0a80f2e1686a154fec368df8914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9au?= <theau.baton@etu.univ-amu.fr> Date: Fri, 2 Feb 2024 20:59:07 +0100 Subject: [PATCH] Suppression de warning --- IHM_Retouche_Photo/tools/editable/pixelEraiser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IHM_Retouche_Photo/tools/editable/pixelEraiser.cpp b/IHM_Retouche_Photo/tools/editable/pixelEraiser.cpp index 09ba5d0..e8836e4 100644 --- a/IHM_Retouche_Photo/tools/editable/pixelEraiser.cpp +++ b/IHM_Retouche_Photo/tools/editable/pixelEraiser.cpp @@ -35,7 +35,7 @@ namespace tool { } } - void Pixeleraiser::onKeyReleased(ui::ImageArea & area, QImage & img, const QPoint & click, const ui::Selection & selection, const QKeyEvent & e, const ColorPickerWidget & cp) { + void Pixeleraiser::onKeyReleased(ui::ImageArea & area, QImage & img, const QPoint & click, const ui::Selection & selection, const QKeyEvent & e, const ColorPickerWidget &) { if(e.key() == Qt::Key_Return) { this->eraise(area, img, click, selection); } -- GitLab