Rework slot to quiet down Qt5 warning

Qt5 got confused about this slot. This does the same as previously but
gets Qt5 happy.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-05-26 00:06:56 +02:00 committed by Dirk Hohndel
parent f0f60e1f84
commit d14a531510
2 changed files with 3 additions and 4 deletions

View file

@ -42,7 +42,7 @@ slots:
void on_cancel_clicked();
void on_search_clicked();
void on_vendor_currentIndexChanged(const QString &vendor);
void on_product_currentIndexChanged();
void on_product_currentIndexChanged(const QString &product);
void onDownloadThreadFinished();
void updateProgressBar();