diff options
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r-- | core/downloadfromdcthread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h index f606a7a74..912c33258 100644 --- a/core/downloadfromdcthread.h +++ b/core/downloadfromdcthread.h @@ -50,6 +50,10 @@ public: const QString ¤tProductText); Q_INVOKABLE QString getDetectedDeviceAddress(const QString ¤tVendorText, const QString ¤tProductText); + Q_INVOKABLE QString getDeviceDescriptorVendor(const QString ¤tVendorText, + const QString ¤tProductText); + Q_INVOKABLE QString getDeviceDescriptorProduct(const QString ¤tVendorText, + const QString ¤tProductText); public slots: void setVendor(const QString& vendor); |