summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/bluez5_helper_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-07-17 16:33:21 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-08-12 11:24:54 +0200
commit687c885b8625374433f4ccc8b6442ea72ea62d46 (patch)
tree64cea73ad7162b24b7ac3463056bf267dfd9e7a8 /src/bluetooth/bluez/bluez5_helper_p.h
parent3ee0be10135f46fd482987a5229a0f199b7bf7c1 (diff)
Remove Bluez as link and include dependency from QtBluetooth
Change-Id: Ieecf341918ffdc51c359fed4969ef6c3998d83b8 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com>
Diffstat (limited to 'src/bluetooth/bluez/bluez5_helper_p.h')
-rw-r--r--src/bluetooth/bluez/bluez5_helper_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bluetooth/bluez/bluez5_helper_p.h b/src/bluetooth/bluez/bluez5_helper_p.h
index d8d0ef01..4bec440e 100644
--- a/src/bluetooth/bluez/bluez5_helper_p.h
+++ b/src/bluetooth/bluez/bluez5_helper_p.h
@@ -46,10 +46,6 @@
#include <QtDBus/QtDBus>
#include <QtBluetooth/QBluetoothAddress>
-#ifndef NO_BLUEZ_INCLUDES
-#include <bluetooth/sdp.h>
-#endif
-
typedef QMap<QString, QVariantMap> InterfaceList;
typedef QMap<QDBusObjectPath, InterfaceList> ManagedObjectList;
@@ -60,10 +56,6 @@ QT_BEGIN_NAMESPACE
bool isBluez5();
-#ifndef NO_BLUEZ_INCLUDES
-QByteArray parseSdpRecord(sdp_record_t *record);
-#endif
-
QString findAdapterForAddress(const QBluetoothAddress &wantedAddress, bool *ok);
class QtBluezDiscoveryManagerPrivate;