summaryrefslogtreecommitdiff
path: root/doc/src/bluetooth-cpp.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/bluetooth-cpp.qdoc')
-rw-r--r--doc/src/bluetooth-cpp.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/bluetooth-cpp.qdoc b/doc/src/bluetooth-cpp.qdoc
index 9cfc7566..2456bc62 100644
--- a/doc/src/bluetooth-cpp.qdoc
+++ b/doc/src/bluetooth-cpp.qdoc
@@ -31,15 +31,15 @@
\page bluetooth-cpp.html
\module QtBluetooth
-\title Bluetooth C++ API
+\title Qt Bluetooth C++ API
\brief An API enabling basic Bluetooth operations like scanning for Devices
and connecting them.
\ingroup qtconnectivity
\ingroup qtconnectivity-c++
-The Bluetooth C++ API enables an application to scan for devices and connect and
-interact with them in a more flexible way than the \l{Bluetooth QML API}.
+The Qt Bluetooth C++ API enables an application to scan for devices and connect and
+interact with them in a more flexible way than the \l{Qt Bluetooth QML API}.
\tableofcontents
@@ -50,7 +50,7 @@ include directive for the appropriate class. For example:
\snippet ../doc/src/snippets/doc_src_qtbluetooth.cpp include
-The Bluetooth API is a Qt Add-On API and for thus wrapped in a namespace. To
+The Qt Bluetooth C++ API is a Qt Add-On API and for thus wrapped in a namespace. To
make use of the namespace use:
\snippet ../doc/src/snippets/doc_src_qtbluetooth.cpp namespace