summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent.h
diff options
context:
space:
mode:
authorEric Lemanissier <eric.lemanissier@gmail.com>2015-10-22 16:39:10 +0200
committerEric Lemanissier <eric.lemanissier@gmail.com>2015-10-29 18:51:47 +0000
commit3e6f15d111984536b0299a8b47caf0779ea52730 (patch)
tree09a469bea53d391ba574e58cc0ec3c55ced4dac7 /src/bluetooth/qbluetoothservicediscoveryagent.h
parentc7c4fa2823de1fc6795e95efd49a0c7ed6248b42 (diff)
Bluetooth - service discovery on Windows
Based on previous change by Philip Schuchardt Change-Id: If27e1fce63f2a832d19965219f1a5567f76ab770 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qbluetoothservicediscoveryagent.h')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent.h b/src/bluetooth/qbluetoothservicediscoveryagent.h
index 984a4084..58bc5fb4 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent.h
@@ -123,6 +123,9 @@ private:
Q_PRIVATE_SLOT(d_func(), void _q_fetchUuidsTimeout())
Q_PRIVATE_SLOT(d_func(), void _q_hostModeStateChanged(QBluetoothLocalDevice::HostMode state))
#endif
+#ifdef QT_WIN_BLUETOOTH
+ Q_PRIVATE_SLOT(d_func(), void _q_nextSdpScan())
+#endif
};
QT_END_NAMESPACE