summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-30 14:00:38 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-10 07:46:43 +0000
commit3a6824f137f48918a2b76b01ff634e30f3878cc2 (patch)
tree1b19128f99ebd1dcaddf381e11a142170ef938ea
parent78e7a1673e4558133ae1921ee24c296a62938eea (diff)
Minor doc fixes
Change-Id: I8bf5a48b96fe27d66cd33adb0926591b2302bf8c Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
-rw-r--r--src/bluetooth/qlowenergyservice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qlowenergyservice.cpp b/src/bluetooth/qlowenergyservice.cpp
index 194f589f..14b9777b 100644
--- a/src/bluetooth/qlowenergyservice.cpp
+++ b/src/bluetooth/qlowenergyservice.cpp
@@ -256,7 +256,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn void QLowEnergyService::characteristicWritten(const QLowEnergyCharacteristic &characteristic, const QByteArray &newValue);
+ \fn void QLowEnergyService::characteristicWritten(const QLowEnergyCharacteristic &characteristic, const QByteArray &newValue)
This signal is emitted when the value of \a characteristic
is successfully changed to \a newValue. The change must have been triggered
@@ -279,7 +279,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn void QLowEnergyService::characteristicChanged(const QLowEnergyCharacteristic &characteristic, const QByteArray &newValue);
+ \fn void QLowEnergyService::characteristicChanged(const QLowEnergyCharacteristic &characteristic, const QByteArray &newValue)
This signal is emitted when the value of \a characteristic is changed
by an event on the peripheral. The \a newValue parameter contains the