summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-27 11:47:22 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-06-27 11:47:22 +0200
commite31df00987b6d9c8558ceb812bb68be71106d773 (patch)
treea8a259477410620f8f5f30fa8c2e4c900496d15a /src/bluetooth/qbluetoothlocaldevice_p.h
parent7beb4375483f74cc5be501dbcd91c82a80178936 (diff)
parent094be0786f75ed33564c6096778510dab4500eb8 (diff)
Merge branch '5.3' into dev
Conflicts: .qmake.conf src/bluetooth/qbluetoothlocaldevice_bluez.cpp src/bluetooth/qbluetoothlocaldevice_p.h src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp Change-Id: Ifb0c01eb8bffbffcd2416ea8d7bf1d36eb1c70f2
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice_p.h')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice_p.h b/src/bluetooth/qbluetoothlocaldevice_p.h
index 8edac58c..55086012 100644
--- a/src/bluetooth/qbluetoothlocaldevice_p.h
+++ b/src/bluetooth/qbluetoothlocaldevice_p.h
@@ -61,6 +61,7 @@ class OrgFreedesktopDBusObjectManagerInterface;
class OrgBluezAgentAdaptor;
class OrgBluezDeviceInterface;
class OrgBluezDevice1Interface;
+class OrgBluezManagerInterface;
QT_BEGIN_NAMESPACE
class QDBusPendingCallWatcher;
@@ -137,6 +138,7 @@ public:
OrgFreedesktopDBusObjectManagerInterface *managerBluez5; //Bluez 5
QMap<QString, OrgFreedesktopDBusPropertiesInterface *> deviceChangeMonitors; //Bluez 5
OrgBluezAgentAdaptor *agent;
+ OrgBluezManagerInterface *manager;
QList<QBluetoothAddress> connectedDevices() const;
@@ -167,6 +169,7 @@ public slots:
void _q_deviceRemoved(const QDBusObjectPath &device);
void _q_devicePropertyChanged(const QString &property, const QDBusVariant &value);
bool isValid() const;
+ void adapterRemoved(const QDBusObjectPath &device);
void requestPairingBluez5(const QBluetoothAddress &address,
QBluetoothLocalDevice::Pairing targetPairing);