mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop-widgets: replace (void) with no parameter name
Unused parameters in C++ are "silenced" by removing the name. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
12b4f2235b
commit
cb9951a484
2 changed files with 1 additions and 3 deletions
|
@ -1044,8 +1044,7 @@ void DiveListView::updateLastImageTimeOffset(const int offset)
|
|||
s.setValue("LastImageTimeOffset", offset);
|
||||
}
|
||||
|
||||
void DiveListView::mouseDoubleClickEvent(QMouseEvent * event)
|
||||
void DiveListView::mouseDoubleClickEvent(QMouseEvent*)
|
||||
{
|
||||
(void) event;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue