summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtsdpinquiry_p.h
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-12-25 03:01:30 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-12-25 03:01:30 +0100
commit2918cda96a4e8e81381d423ea94abab68c37ae06 (patch)
tree3563aed4dfd798c2981319529ac40d825202fd99 /src/bluetooth/osx/osxbtsdpinquiry_p.h
parentd68becfb4cb60ecee9d6142c60eeb8a1fcdb3acd (diff)
parent193e53e544ebbb5ee60d4ad798648df345679e5a (diff)
Merge remote-tracking branch 'origin/5.12' into dev
Diffstat (limited to 'src/bluetooth/osx/osxbtsdpinquiry_p.h')
-rw-r--r--src/bluetooth/osx/osxbtsdpinquiry_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bluetooth/osx/osxbtsdpinquiry_p.h b/src/bluetooth/osx/osxbtsdpinquiry_p.h
index f8eaf735..dd38a28b 100644
--- a/src/bluetooth/osx/osxbtsdpinquiry_p.h
+++ b/src/bluetooth/osx/osxbtsdpinquiry_p.h
@@ -89,11 +89,6 @@ QVector<QBluetoothUuid> extract_services_uuids(IOBluetoothDevice *device);
QT_END_NAMESPACE
@interface QT_MANGLE_NAMESPACE(OSXBTSDPInquiry) : NSObject
-{
- QT_PREPEND_NAMESPACE(OSXBluetooth::SDPInquiryDelegate) *delegate;
- IOBluetoothDevice *device;
- bool isActive;
-}
- (id)initWithDelegate:(QT_PREPEND_NAMESPACE(OSXBluetooth::SDPInquiryDelegate) *)aDelegate;
- (void)dealloc;