summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-17 07:43:31 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-18 00:49:31 -0700
commit025efc12d469017b068bdb14a78f664c47be5ac1 (patch)
treefdc01a93ce4eb145c29c3c1a70ca86b2033dd513 /core/downloadfromdcthread.h
parentcec3c256e71a979d0f97c472829e74693c1d2b84 (diff)
downloadsubsurface-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.h4
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 &currentProductText);
Q_INVOKABLE QString getDetectedDeviceAddress(const QString &currentVendorText,
const QString &currentProductText);
- Q_INVOKABLE QString getDeviceDescriptorVendor(const QString &currentVendorText,
- const QString &currentProductText);
- Q_INVOKABLE QString getDeviceDescriptorProduct(const QString &currentVendorText,
- const QString &currentProductText);
public slots:
void setVendor(const QString& vendor);