diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 20:12:07 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 21:50:26 -0800 |
commit | 83fb735a3e5bc3039448b0ff8a3256a28d7cddb1 (patch) | |
tree | ed2040c0ff28bd6fb517663ce71c560e7fee67a3 /desktop-widgets | |
parent | de572815bd39a0cb7879cec4835378f762c65558 (diff) | |
download | subsurface-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.cpp | 1 |
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 ¤t, const QModelIndex &previous) { + Q_UNUSED(previous) if (!isVisible()) return; if (!current.isValid()) |