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
qbluetooth.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// Copyright (C) 2014 Denis Shienkov <denis.shienkov@gmail.com>
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
5#include <QtCore/QLoggingCategory>
6#include <QtBluetooth/qbluetooth.h>
7
9
10namespace QBluetooth {
56}
57
66Q_LOGGING_CATEGORY(QT_BT, "qt.bluetooth")
67Q_LOGGING_CATEGORY(QT_BT_ANDROID, "qt.bluetooth.android")
68Q_LOGGING_CATEGORY(QT_BT_BLUEZ, "qt.bluetooth.bluez")
69Q_LOGGING_CATEGORY(QT_BT_WINDOWS, "qt.bluetooth.windows")
70Q_LOGGING_CATEGORY(QT_BT_WINDOWS_SERVICE_THREAD, "qt.bluetooth.winrt.service.thread")
71
73
74#include "moc_qbluetooth.cpp"
\inmodule QtBluetooth
Combined button and popup list for selecting options.
#define Q_LOGGING_CATEGORY(name,...)