mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Silence warning about unused parameter
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
16276faa45
commit
b8af3733ec
1 changed files with 1 additions and 0 deletions
|
@ -1037,5 +1037,6 @@ void DiveListView::updateLastImageTimeOffset(const int offset)
|
|||
|
||||
void DiveListView::mouseDoubleClickEvent(QMouseEvent * event)
|
||||
{
|
||||
(void) event;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue