5#include <QtCore/QLoggingCategory>
6#include <QtBluetooth/qbluetooth.h>
12
13
14
15
16
17
18
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
43
44
45
46
47
48
49
50
51
52
53
54
59
60
61
62
63
64
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")
74#include "moc_qbluetooth.cpp"
Q_LOGGING_CATEGORY(lcEventDispatcher, "qt.eventdispatcher")