summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetoothsettings/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/bluetoothsettings/plugin.cpp')
-rw-r--r--src/imports/bluetoothsettings/plugin.cpp15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/imports/bluetoothsettings/plugin.cpp b/src/imports/bluetoothsettings/plugin.cpp
index 6c5fcf1..db180f7 100644
--- a/src/imports/bluetoothsettings/plugin.cpp
+++ b/src/imports/bluetoothsettings/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.
@@ -37,21 +37,18 @@
/*!
\qmlmodule QtDeviceUtilities.BluetoothSettings 1.0
- \title Qt Device Utilities: Bluetooth Settings
- \ingroup qtee-qmlmodules
- \brief Provides a singleton QML type for controlling bluetooth settings.
+ \ingroup qtdevice-utilities-qml-modules
+ \ingroup qmlmodules
+ \title Qt Bluetooth Settings QML Types
- Provides a singleton QML type for controlling bluetooth settings in an
- embedded device.
+ \brief Provides a singleton QML type for controlling bluetooth settings.
- Import the module as follows:
+ To import and use the module's QML types, use the following statement:
\badcode
import QtDeviceUtilities.BluetoothSettings 1.0
\endcode
- This will give you access to the singleton QML type BtDevice.
-
\note Some functions may not be available on all of the platforms.
\section1 QML Types