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