diff options
author | Tarja Sundqvist <tarja.sundqvist@qt.io> | 2019-03-06 10:44:04 +0200 |
---|---|---|
committer | Tarja Sundqvist <tarja.sundqvist@qt.io> | 2019-03-18 13:41:17 +0000 |
commit | fb3675ae9a5f96b7e8b50a9731a5fd126b8e6a40 (patch) | |
tree | 062e8a015187c6833164bddce68ed44dd726d600 /src/imports/networksettings/plugin.cpp | |
parent | 090f17a39cce1d2c14fb1b06ee5e54758b0b7f55 (diff) |
Diffstat (limited to 'src/imports/networksettings/plugin.cpp')
-rw-r--r-- | src/imports/networksettings/plugin.cpp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/imports/networksettings/plugin.cpp b/src/imports/networksettings/plugin.cpp index 6900550..56bece7 100644 --- a/src/imports/networksettings/plugin.cpp +++ b/src/imports/networksettings/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. @@ -41,15 +41,16 @@ /*! \qmlmodule QtDeviceUtilities.NetworkSettings 1.0 + \ingroup qtdevice-utilities-qml-modules + \ingroup qmlmodules + \title Qt Network Settings QML Types - \title Qt Device Utilities: Network Settings - \ingroup qtee-qmlmodules \brief Provides singleton QML types for controlling network settings. - Provides singleton QML types for controlling network settings in an - embedded device. + Qt Network Settings QML module provides singleton QML types for controlling + network settings in an embedded device. - Import the module as follows: + To import and use the module's QML types, use the following statement: \badcode import QtDeviceUtilities.NetworkSettings 1.0 |