diff options
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r-- | core/downloadfromdcthread.h | 8 |
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 ¤tText); + Q_INVOKABLE int getDetectedProductIndex(const QString ¤tVendorText, + const QString ¤tProductText); + Q_INVOKABLE QString getDetectedDeviceAddress(const QString ¤tVendorText, + const QString ¤tProductText); public slots: void setVendor(const QString& vendor); |