Skip to content
Snippets Groups Projects
Commit c5616711 authored by BATON Theau's avatar BATON Theau
Browse files

Suppression de warning

parent 94554b62
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment