mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cleanup: mark parameter as unused
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
edf569ee6c
commit
a225f62588
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ void DownloadFromDCWidget::on_vendor_currentIndexChanged(const QString &vendor)
|
|||
|
||||
void DownloadFromDCWidget::on_product_currentIndexChanged(const QString &product)
|
||||
{
|
||||
Q_UNUSED(product)
|
||||
updateDeviceEnabled();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue