summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.h')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h
index 2bfc8b55..f2cc1529 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.h
+++ b/src/bluetooth/qbluetoothdeviceinfo.h
@@ -231,8 +231,9 @@ public:
void setServiceUuids(const QList<QBluetoothUuid> &uuids, DataCompleteness completeness);
QList<QBluetoothUuid> serviceUuids(DataCompleteness *completeness = 0) const;
DataCompleteness serviceUuidsCompleteness() const;
- void setCoreConfiguration(const CoreConfiguration &coreConfig);
- CoreConfiguration coreConfiguration() const;
+
+ void setCoreConfigurations(QBluetoothDeviceInfo::CoreConfigurations coreConfigs);
+ QBluetoothDeviceInfo::CoreConfigurations coreConfigurations() const;
protected:
QBluetoothDeviceInfoPrivate *d_ptr;