Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
btdelegates.cpp
Go to the documentation of this file.
1// Copyright (C) 2019 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
6#if defined(Q_OS_MACOS)
7
8QT_BEGIN_NAMESPACE
9
10namespace DarwinBluetooth {
11
12DeviceInquiryDelegate::~DeviceInquiryDelegate()
13{
14}
15
16PairingDelegate::~PairingDelegate()
17{
18}
19
20SDPInquiryDelegate::~SDPInquiryDelegate()
21{
22}
23
24ChannelDelegate::~ChannelDelegate()
25{
26}
27
28ConnectionMonitor::~ConnectionMonitor()
29{
30}
31
32SocketListener::~SocketListener()
33{
34}
35
36} // namespace DarwinBluetooth
37
38QT_END_NAMESPACE
39
40#endif