summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-02-06 13:53:20 +0100
committerAlex Blasche <alexander.blasche@qt.io>2017-02-06 15:03:57 +0000
commitf3f9677d6d93238e60d20045b7b672913541e458 (patch)
treefc246fd86973d39f1ff6b9beb0cec0036a6b0ef6
parent89e91fb2f2f4c7fa486b4f33c6787fab1fbac6d0 (diff)
Add missing logging categories to QtBluetooth docs
and improve the general logging table content. Change-Id: I84c40a3a6e909bb62d1a59e74a91716bd13bcf0d Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
-rw-r--r--src/bluetooth/doc/src/bluetooth-index.qdoc12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc
index 8c37f19f..ea78f262 100644
--- a/src/bluetooth/doc/src/bluetooth-index.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-index.qdoc
@@ -146,16 +146,22 @@ The \l QtBluetooth module exports the following
\li Enables logging of cross platform code path in QtBluetooth
\row
\li qt.bluetooth.android
- \li Enables logging of the Android implementation
+ \li Enables logging of the \l {Qt for Android} {Android} implementation
\row
\li qt.bluetooth.bluez
\li Enables logging of the BLuez/Linux implementation
\row
\li qt.bluetooth.ios
- \li Enables logging of the iOS implementation
+ \li Enables logging of the \l {Qt for iOS} {iOS} implementation
\row
\li qt.bluetooth.osx
- \li Enables logging of the \macos implementation
+ \li Enables logging of the \l {Qt for macOS} {macOS} implementation
+\row
+ \li qt.bluetooth.qml
+ \li Enables logging of the QtBluetooth QML implementation
+\row
+ \li qt.bluetooth.winphone
+ \li Enables logging of the \l {Qt for WinRT} {WinRT} implementation
\endtable
\section2 Examples