summaryrefslogtreecommitdiffstats
path: root/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-05-12 11:15:22 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-06-24 17:29:59 +1000
commit1c8c5b3f0a931623c7c2a2746bb1fd5304beec5f (patch)
tree1af2a233b2f4fdb464b0fbac35493f456dd4653b /src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
parent64195fe0da6ee291a32129a40ac82a435acf0d52 (diff)
Researching backend for bluez.
Remove bool parameter from finished() signal for Bluez backend. Progress. Conflicts: src/connectivity/bluetooth/qbluetoothsocket.h Fix license headers. Fix possible bug appending invalid service infos.
Diffstat (limited to 'src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp')
-rw-r--r--src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp b/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
index 24182abb10..ae9bd2fa05 100644
--- a/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
+++ b/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
@@ -46,14 +46,17 @@ QTM_BEGIN_NAMESPACE
bool QBluetoothServiceInfo::isRegistered() const
{
+ return false;
}
bool QBluetoothServiceInfo::registerService() const
{
+ return false;
}
bool QBluetoothServiceInfo::unregisterService() const
{
+ return false;
}
QBluetoothServiceInfoPrivate::QBluetoothServiceInfoPrivate()