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/imports/localdevice/plugin.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/imports/localdevice/plugin.cpp') diff --git a/src/imports/localdevice/plugin.cpp b/src/imports/localdevice/plugin.cpp index 506c6f6..8a59a27 100644 --- a/src/imports/localdevice/plugin.cpp +++ b/src/imports/localdevice/plugin.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. @@ -31,21 +31,21 @@ /*! \qmlmodule QtDeviceUtilities.LocalDeviceSettings 1.0 - \title Qt Device Utilities: Local Device Settings - \ingroup qtee-qmlmodules - \brief A collection of local device related utility functions. + \ingroup qtdevice-utilities-qml-modules + \ingroup qmlmodules + \title Qt Local Device Settings QML Types - Provides utility functions for controlling an embedded - device, such as device shutdown/reboot. + \brief Provides a collection of local device related utility functions. - Import the module as follows: + Qt Local Device Settings QML modules provides utility functions for controlling + an embedded device, such as device shutdown and reboot. + + To import and use the module's QML types, use the following statement: \badcode import QtDeviceUtilities.LocalDeviceSettings 1.0 \endcode - This will give you access to the singleton QML type LocalDevice. - \note Some functions may not be available on all of the platforms. \section1 QML Types -- cgit v1.2.3