summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_p.h
diff options
context:
space:
mode:
authorEric Lemanissier <eric.lemanissier@gmail.com>2018-06-19 13:24:41 +0200
committerEric Lemanissier <eric.lemanissier@gmail.com>2018-06-25 09:54:22 +0000
commitf1e305a362c759b0781b6dde3dce5f649b47017c (patch)
tree423d7786a7f8ddd70a71dcd8585c743d42cd7e0e /src/bluetooth/qbluetoothservicediscoveryagent_p.h
parentd6fb710c0a21fb58a73ff580b08d00e783337bfa (diff)
win32: inline unnecessary functions in qbluetooth*discoveryagent
by migrating to templated QMetaObject::invokeMethod Change-Id: I79e2dec7aa81987894a26859648d31da60cf47ee Reviewed-by: Lubomir I. Ivanov <neolit123@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
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);
};