Cleanup: mark parameter as unused

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-12-17 10:25:44 -08:00
parent edf569ee6c
commit a225f62588

View file

@ -252,6 +252,7 @@ void DownloadFromDCWidget::on_vendor_currentIndexChanged(const QString &vendor)
void DownloadFromDCWidget::on_product_currentIndexChanged(const QString &product)
{
Q_UNUSED(product)
updateDeviceEnabled();
}