summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-17 10:25:44 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-17 10:25:44 -0800
commita225f625884122dde138187bd7a404b04ea2b300 (patch)
tree2350bd30ac81d580dcc98974eb189e596e8aa2f6 /desktop-widgets
parentedf569ee6c52de1bdc40cae1c2b18b099ecea7c5 (diff)
downloadsubsurface-a225f625884122dde138187bd7a404b04ea2b300.tar.gz
Cleanup: mark parameter as unused
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/downloadfromdivecomputer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/downloadfromdivecomputer.cpp b/desktop-widgets/downloadfromdivecomputer.cpp
index 0dd98d35a..3c011e4a6 100644
--- a/desktop-widgets/downloadfromdivecomputer.cpp
+++ b/desktop-widgets/downloadfromdivecomputer.cpp
@@ -252,6 +252,7 @@ void DownloadFromDCWidget::on_vendor_currentIndexChanged(const QString &vendor)
void DownloadFromDCWidget::on_product_currentIndexChanged(const QString &product)
{
+ Q_UNUSED(product)
updateDeviceEnabled();
}