Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
4#include "btdelegates_p.h"
5
6#if defined(Q_OS_MACOS)
7
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
39
40#endif
Combined button and popup list for selecting options.