diff options
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r-- | core/downloadfromdcthread.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h index 51b2a825f..0760363d5 100644 --- a/core/downloadfromdcthread.h +++ b/core/downloadfromdcthread.h @@ -52,10 +52,6 @@ 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); |