summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r--core/downloadfromdcthread.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h
index 13cca1438..f606a7a74 100644
--- a/core/downloadfromdcthread.h
+++ b/core/downloadfromdcthread.h
@@ -45,9 +45,11 @@ public:
device_data_t* internalData();
Q_INVOKABLE QStringList getProductListFromVendor(const QString& vendor);
- Q_INVOKABLE int getDetectedVendorIndex();
- Q_INVOKABLE int getDetectedProductIndex();
- Q_INVOKABLE QString getDetectedDeviceAddress();
+ 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);
public slots:
void setVendor(const QString& vendor);