From 3d93b58fcc36f556a90613750a3150d56379b2a4 Mon Sep 17 00:00:00 2001 From: Nikita Baryshnikov Date: Mon, 5 Mar 2018 12:38:56 +0300 Subject: QLowEnergyDescriptor fix spelling in docs Change-Id: Ibbdf40f5cf2bdb174e5a7d5efc90e880fc0b2edc Reviewed-by: Leena Miettinen Reviewed-by: Alex Blasche --- src/bluetooth/qlowenergydescriptor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/bluetooth/qlowenergydescriptor.cpp b/src/bluetooth/qlowenergydescriptor.cpp index 37a8f619..15859f17 100644 --- a/src/bluetooth/qlowenergydescriptor.cpp +++ b/src/bluetooth/qlowenergydescriptor.cpp @@ -54,14 +54,14 @@ QT_BEGIN_NAMESPACE QLowEnergyDescriptor provides information about a Bluetooth Low Energy descriptor's \l name(), \l uuid(), \l value() and \l handle(). Descriptors are encapsulated by Bluetooth Low Energy characteristics and provide additional - centextual information about the characteristic (data format, notification activation + contextual information about the characteristic (data format, notification activation and so on). The descriptor value may be written via the \l QLowEnergyService instance that manages the service to which this descriptor belongs. The \l {QLowEnergyService::writeDescriptor()} function writes the new value. The \l {QLowEnergyService::descriptorWritten()} signal - is emitted upon success. The cahced \l value() of this object is updated accordingly. + is emitted upon success. The cached \l value() of this object is updated accordingly. \sa QLowEnergyService, QLowEnergyCharacteristic */ -- cgit v1.2.3