Silence warning about unused parameter

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-03-11 08:51:46 -08:00
parent 16276faa45
commit b8af3733ec

View file

@ -1037,5 +1037,6 @@ void DiveListView::updateLastImageTimeOffset(const int offset)
void DiveListView::mouseDoubleClickEvent(QMouseEvent * event)
{
(void) event;
return;
}