summaryrefslogtreecommitdiff
path: root/src/bluetooth/qbluetooth.cpp
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@theqtcompany.com>2015-07-21 11:24:56 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-09-22 09:22:01 +0000
commit03e956dc8f80d7131f89f8e6088c5dfc68eaf94d (patch)
treee366e96c6ae8754ed594530653353f2d33a4d09a /src/bluetooth/qbluetooth.cpp
parent44453809c5c1ca0885499536617c9b3d0d2519d6 (diff)
downloadqtconnectivity-03e956dc8f80d7131f89f8e6088c5dfc68eaf94d.tar.gz
winphone: Added bluetooth device discovery
Change-Id: I1086ffb05b7a632a9329822c150169a3482c6655 Reviewed-by: Samuel Nevala <samuel.nevala@intopalo.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qbluetooth.cpp')
-rw-r--r--src/bluetooth/qbluetooth.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetooth.cpp b/src/bluetooth/qbluetooth.cpp
index 7a1f42ea..2402bc37 100644
--- a/src/bluetooth/qbluetooth.cpp
+++ b/src/bluetooth/qbluetooth.cpp
@@ -80,5 +80,6 @@ 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_WINRT, "qt.bluetooth.winphone")
QT_END_NAMESPACE