summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2019-03-06 10:44:04 +0200
committerTarja Sundqvist <tarja.sundqvist@qt.io>2019-03-18 13:41:17 +0000
commitfb3675ae9a5f96b7e8b50a9731a5fd126b8e6a40 (patch)
tree062e8a015187c6833164bddce68ed44dd726d600 /src/bluetoothsettings
parent090f17a39cce1d2c14fb1b06ee5e54758b0b7f55 (diff)
Fix the list of linked Device Utilities modules
All Device Utilities modules are listed in the main page. Also All C++ classes / All QML Types pages added. Task-number: QTBUG-74231 Change-Id: Ia6b091e6d136b844c36de94f8fafa0bb7b199777 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'src/bluetoothsettings')
-rw-r--r--src/bluetoothsettings/bluetoothdevice.cpp26
1 files changed, 24 insertions, 2 deletions
diff --git a/src/bluetoothsettings/bluetoothdevice.cpp b/src/bluetoothsettings/bluetoothdevice.cpp
index 01de4bc..dda2386 100644
--- a/src/bluetoothsettings/bluetoothdevice.cpp
+++ b/src/bluetoothsettings/bluetoothdevice.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Device Utilities module of the Qt Toolkit.
@@ -33,8 +33,30 @@
QT_BEGIN_NAMESPACE
/*!
+ \module QtBluetoothSettings
+ \qtvariable bluetoothsettings
+ \ingroup qtdevice-utilities-cpp-modules
+ \ingroup modules
+ \title Qt Bluetooth Settings C++ Classes
+ \brief Provides functionality for controlling Bluetooth settings.
+
+ To use classes from this module, add this directive into the C++ files:
+
+ \code
+ #include <QtBluetoothSettings>
+ \endcode
+
+ To link against the corresponding C++ libraries, add the following to your
+ qmake project file:
+
+ \code
+ QT += bluetoothsettings
+ \endcode
+*/
+
+/*!
\class BluetoothDevice
- \inmodule QtDeviceUtilities
+ \inmodule QtBluetoothSettings
\brief The BluetoothDevice class controls Bluetooth settings.