Silence warnings in divelistview.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
de572815bd
commit
83fb735a3e
@ -515,6 +515,7 @@ void DiveListView::toggleColumnVisibilityByIndex()
|
||||
|
||||
void DiveListView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous)
|
||||
{
|
||||
Q_UNUSED(previous)
|
||||
if (!isVisible())
|
||||
return;
|
||||
if (!current.isValid())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user