summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothservicediscoveryagent_p.h')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_p.h b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
index c845b528..37943c15 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
@@ -81,9 +81,6 @@ class QThread;
class ThreadWorkerFind : public QObject
{
Q_OBJECT
-public:
- Q_INVOKABLE void findFirst(const QVariant &data);
- Q_INVOKABLE void findNext(const QVariant &data);
signals:
void findFinished(QVariant result);
};