summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-09-24 12:06:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 11:26:51 +0200
commit905987ab1d9014289f7719099f1dcc01dd865fd5 (patch)
treed1e681d43ac681ee3c6a10ed2056a1b7bf1dd60d /src/bluetooth/qbluetoothserviceinfo_p.h
parent176d5208a3301ade9fea2b0681474dbff253b6a8 (diff)
Remove private and unused API from QBluetoothServiceInfoPrivate
Presumably this API was intended to update attributes while the service info object is already registered. It was not implemented anywhere. No reason to keep it. Some minor documentation fixes Change-Id: If6b4b7c37d99027d49a7af48c282725228e9a6c7 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothserviceinfo_p.h')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo_p.h b/src/bluetooth/qbluetoothserviceinfo_p.h
index a98cf0e9..46ae84d4 100644
--- a/src/bluetooth/qbluetoothserviceinfo_p.h
+++ b/src/bluetooth/qbluetoothserviceinfo_p.h
@@ -70,8 +70,6 @@ public:
bool unregisterService();
- void setRegisteredAttribute(quint16 attributeId, const QVariant &value);
- void removeRegisteredAttribute(quint16 attributeId);
QBluetoothDeviceInfo deviceInfo;
QMap<quint16, QVariant> attributes;