summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-26 12:27:12 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-26 12:27:12 -0700
commit0c410aaf5d0119854877ca6c93d0fff6609d2045 (patch)
treef91b1f7468db41883abda4b1edf6bd4e138d94fc /core/downloadfromdcthread.h
parentea8de175a74fd62117f0a543fb722b2c4d179901 (diff)
downloadsubsurface-0c410aaf5d0119854877ca6c93d0fff6609d2045.tar.gz
Adjust signature to match data we need
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r--core/downloadfromdcthread.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h
index 0760363d5..946574125 100644
--- a/core/downloadfromdcthread.h
+++ b/core/downloadfromdcthread.h
@@ -47,11 +47,9 @@ public:
Q_INVOKABLE QStringList getProductListFromVendor(const QString& vendor);
Q_INVOKABLE int getMatchingAddress(const QString &vendor, const QString &product);
- Q_INVOKABLE int getDetectedVendorIndex(const QString &currentText);
- Q_INVOKABLE int getDetectedProductIndex(const QString &currentVendorText,
- const QString &currentProductText);
- Q_INVOKABLE QString getDetectedDeviceAddress(const QString &currentVendorText,
- const QString &currentProductText);
+ Q_INVOKABLE int getDetectedVendorIndex();
+ Q_INVOKABLE int getDetectedProductIndex(const QString &currentVendorText);
+ Q_INVOKABLE QString getDetectedDeviceAddress(const QString &currentProductText);
public slots:
void setVendor(const QString& vendor);