diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-05-26 00:06:56 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-26 06:25:00 -0700 |
commit | d14a531510e22baa236f661e2235e20dac6d7f6d (patch) | |
tree | 088fc9ea0e94c23a57c769210eb92dc16aace8a8 /qt-ui/downloadfromdivecomputer.h | |
parent | f0f60e1f84819500e9e12522d43a903b3a8f87fb (diff) | |
download | subsurface-d14a531510e22baa236f661e2235e20dac6d7f6d.tar.gz |
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>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.h')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h index 955322232..3de102bfd 100644 --- a/qt-ui/downloadfromdivecomputer.h +++ b/qt-ui/downloadfromdivecomputer.h @@ -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(); |