From fb3675ae9a5f96b7e8b50a9731a5fd126b8e6a40 Mon Sep 17 00:00:00 2001 From: Tarja Sundqvist Date: Wed, 6 Mar 2019 10:44:04 +0200 Subject: 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 Reviewed-by: Samuli Piippo Reviewed-by: Teemu Holappa --- src/localdevice/qlocaldevice.cpp | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'src/localdevice') diff --git a/src/localdevice/qlocaldevice.cpp b/src/localdevice/qlocaldevice.cpp index 131539a..fc17eae 100644 --- a/src/localdevice/qlocaldevice.cpp +++ b/src/localdevice/qlocaldevice.cpp @@ -32,9 +32,31 @@ QT_BEGIN_NAMESPACE +/*! + \module QtLocalDeviceSettings + \qtvariable localdevice + \ingroup qtdevice-utilities-cpp-modules + \ingroup modules + \title QtLocalDeviceSettings C++ Classes + \brief Provides functionality for controlling a local device settings. + + To use classes from this module, add this directive into the C++ files: + + \code + #include + \endcode + + To link against the corresponding C++ libraries, add the following to your + qmake project file: + + \code + QT += localdevice + \endcode +*/ + /*! \class QLocalDevice - \inmodule QtDeviceUtilities + \inmodule QtLocalDeviceSettings \brief The QLocalDevice class provides utility functions for controlling an embedded device. -- cgit v1.2.3