Commit a754b7c8 authored by Oliver Wolff's avatar Oliver Wolff
Browse files

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: default avatarAlex Blasche <alexander.blasche@qt.io>
parent 064a00a7
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -160,7 +160,7 @@ The \l QtBluetooth module exports the following ...@@ -160,7 +160,7 @@ The \l QtBluetooth module exports the following
\li qt.bluetooth.qml \li qt.bluetooth.qml
\li Enables logging of the QtBluetooth QML implementation \li Enables logging of the QtBluetooth QML implementation
\row \row
\li qt.bluetooth.winphone \li qt.bluetooth.winrt
\li Enables logging of the \l {Qt for WinRT} {WinRT} implementation \li Enables logging of the \l {Qt for WinRT} {WinRT} implementation
\endtable \endtable
......
...@@ -101,6 +101,6 @@ namespace QBluetooth { ...@@ -101,6 +101,6 @@ namespace QBluetooth {
Q_LOGGING_CATEGORY(QT_BT, "qt.bluetooth") Q_LOGGING_CATEGORY(QT_BT, "qt.bluetooth")
Q_LOGGING_CATEGORY(QT_BT_ANDROID, "qt.bluetooth.android") Q_LOGGING_CATEGORY(QT_BT_ANDROID, "qt.bluetooth.android")
Q_LOGGING_CATEGORY(QT_BT_BLUEZ, "qt.bluetooth.bluez") 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 QT_END_NAMESPACE
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment