summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetooth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetooth.cpp')
-rw-r--r--src/bluetooth/qbluetooth.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetooth.cpp b/src/bluetooth/qbluetooth.cpp
index 02ca7636..4ba14dba 100644
--- a/src/bluetooth/qbluetooth.cpp
+++ b/src/bluetooth/qbluetooth.cpp
@@ -39,6 +39,7 @@
**
****************************************************************************/
+#include <QtCore/QLoggingCategory>
#include <QtBluetooth/qbluetooth.h>
QT_BEGIN_NAMESPACE
@@ -76,4 +77,9 @@ namespace QBluetooth {
*/
}
+Q_LOGGING_CATEGORY(QT_BT, "qt.bluetooth")
+Q_LOGGING_CATEGORY(QT_BT_ANDROID, "qt.bluetooth.android")
+Q_LOGGING_CATEGORY(QT_BT_BLUEZ, "qt.bluetooth.bluez")
+Q_LOGGING_CATEGORY(QT_BT_QNX, "qt.bluetooth.qnx")
+
QT_END_NAMESPACE