summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-09-18 12:03:53 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-09-18 10:40:26 +0000
commit09e582d1c1fb608e6b3cdbecf26a993386020782 (patch)
treea738b74ee141521f561fbebaad7a656428a35f2a /src/bluetooth/bluez
parent66829dd14377f61b54986f1870bc014daa71e268 (diff)
Fix various qdoc warnings in QtBluetooth
Change-Id: I49653a6ac6fa004987d32365f96a6407f50e207c Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/bluetooth/bluez')
-rw-r--r--src/bluetooth/bluez/bluetoothmanagement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/bluez/bluetoothmanagement.cpp b/src/bluetooth/bluez/bluetoothmanagement.cpp
index 3f97f75c..31d3dc02 100644
--- a/src/bluetooth/bluez/bluetoothmanagement.cpp
+++ b/src/bluetooth/bluez/bluetoothmanagement.cpp
@@ -135,7 +135,7 @@ static int sysCallCapGet(capHdr *header, capData *data)
return syscall(__NR_capget, header, data);
}
-/*!
+/*
* Checks that the current process has the effective CAP_NET_ADMIN permission.
*/
static bool hasBtMgmtPermission()