summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-09 20:12:07 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-09 21:50:26 -0800
commit83fb735a3e5bc3039448b0ff8a3256a28d7cddb1 (patch)
treeed2040c0ff28bd6fb517663ce71c560e7fee67a3 /desktop-widgets
parentde572815bd39a0cb7879cec4835378f762c65558 (diff)
downloadsubsurface-83fb735a3e5bc3039448b0ff8a3256a28d7cddb1.tar.gz
Silence warnings in divelistview.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/divelistview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/divelistview.cpp b/desktop-widgets/divelistview.cpp
index d2386ecf1..f3204a111 100644
--- a/desktop-widgets/divelistview.cpp
+++ b/desktop-widgets/divelistview.cpp
@@ -515,6 +515,7 @@ void DiveListView::toggleColumnVisibilityByIndex()
void DiveListView::currentChanged(const QModelIndex &current, const QModelIndex &previous)
{
+ Q_UNUSED(previous)
if (!isVisible())
return;
if (!current.isValid())