summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2017-02-08 10:17:19 +0100
committerOliver Wolff <oliver.wolff@qt.io>2017-02-08 11:56:02 +0000
commita754b7c82ccb63b2b7d8c38b1f8165aedaa3afb5 (patch)
tree9d6784edc9ac156b553ed91a8dd9468672e67e3e
parent064a00a7a52d95f38f7a62404494206d4038bff9 (diff)
Rename WinRT logging category
While the bluetooth port was only available for Windows phone at the beginning it covers all winrt platforms now. Change-Id: I9b7ec7a914a481c692c7717e645ebf121d75ab73 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/bluetooth/doc/src/bluetooth-index.qdoc2
-rw-r--r--src/bluetooth/qbluetooth.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc
index 8a56b8a0..a0c9112b 100644
--- a/src/bluetooth/doc/src/bluetooth-index.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-index.qdoc
@@ -160,7 +160,7 @@ The \l QtBluetooth module exports the following
\li qt.bluetooth.qml
\li Enables logging of the QtBluetooth QML implementation
\row
- \li qt.bluetooth.winphone
+ \li qt.bluetooth.winrt
\li Enables logging of the \l {Qt for WinRT} {WinRT} implementation
\endtable
diff --git a/src/bluetooth/qbluetooth.cpp b/src/bluetooth/qbluetooth.cpp
index 37a4774d..6eab11fb 100644
--- a/src/bluetooth/qbluetooth.cpp
+++ b/src/bluetooth/qbluetooth.cpp
@@ -101,6 +101,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")
+Q_LOGGING_CATEGORY(QT_BT_WINRT, "qt.bluetooth.winrt")
QT_END_NAMESPACE