diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-17 07:43:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-18 00:49:31 -0700 |
commit | 025efc12d469017b068bdb14a78f664c47be5ac1 (patch) | |
tree | fdc01a93ce4eb145c29c3c1a70ca86b2033dd513 /core/downloadfromdcthread.h | |
parent | cec3c256e71a979d0f97c472829e74693c1d2b84 (diff) | |
download | subsurface-025efc12d469017b068bdb14a78f664c47be5ac1.tar.gz |
QML UI: remove the Paired Bluetooth Devices virtual vendor
We now actually handle connections in a sane manner and don't need
that workaround anymore.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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); |