summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergydescriptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qlowenergydescriptor.cpp')
-rw-r--r--src/bluetooth/qlowenergydescriptor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qlowenergydescriptor.cpp b/src/bluetooth/qlowenergydescriptor.cpp
index 976ee73f..270a8a68 100644
--- a/src/bluetooth/qlowenergydescriptor.cpp
+++ b/src/bluetooth/qlowenergydescriptor.cpp
@@ -52,10 +52,10 @@ QT_BEGIN_NAMESPACE
and so on).
The descriptor value may be written via the \l QLowEnergyService instance
- that manages the service to which this descriptor belongs. the
+ that manages the service to which this descriptor belongs. The
\l {QLowEnergyService::writeDescriptor()} function writes the new value.
- The \l {QLowEnergyService::descriptorChanged()} signal
- is emitted upon success. The \l value() of this object is automatically updated accordingly.
+ The \l {QLowEnergyService::descriptorWritten()} signal
+ is emitted upon success. The cahced \l value() of this object is updated accordingly.
\sa QLowEnergyService, QLowEnergyCharacteristic
*/