summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
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_qnx.cpp
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_qnx.cpp')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo_qnx.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo_qnx.cpp b/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
index cd1ecfef..b744feff 100644
--- a/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
+++ b/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
@@ -69,21 +69,6 @@ bool QBluetoothServiceInfoPrivate::unregisterService()
return false;
}
-
-void QBluetoothServiceInfoPrivate::setRegisteredAttribute(quint16 attributeId, const QVariant &value)
-{
- Q_UNUSED(attributeId);
- Q_UNUSED(value);
-
- registerService();
-}
-
-void QBluetoothServiceInfoPrivate::removeRegisteredAttribute(quint16 attributeId)
-{
- Q_UNUSED(attributeId);
- registered = false;
-}
-
extern QHash<QBluetoothServerPrivate*, int> __fakeServerPorts;
bool QBluetoothServiceInfoPrivate::registerService(const QBluetoothAddress& localAdapter)