summaryrefslogtreecommitdiffstats
path: root/src/connectivity/bluetooth/qbluetoothdevicediscoveryagent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectivity/bluetooth/qbluetoothdevicediscoveryagent_p.h')
-rw-r--r--src/connectivity/bluetooth/qbluetoothdevicediscoveryagent_p.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/connectivity/bluetooth/qbluetoothdevicediscoveryagent_p.h b/src/connectivity/bluetooth/qbluetoothdevicediscoveryagent_p.h
index 16b78ebed2..0e34e057f6 100644
--- a/src/connectivity/bluetooth/qbluetoothdevicediscoveryagent_p.h
+++ b/src/connectivity/bluetooth/qbluetoothdevicediscoveryagent_p.h
@@ -74,8 +74,10 @@ public:
bool isActive() const;
#ifdef QTM_SYMBIAN_BLUETOOTH
- // private slot
+// private slots
void _q_newDeviceFound(const QBluetoothDeviceInfo &device);
+ void _q_setError(QBluetoothDeviceDiscoveryAgent::Error errorCode,
+ QString errorDescription);
#endif
#ifndef QT_NO_DBUS
@@ -85,8 +87,8 @@ public:
private:
#ifdef QTM_SYMBIAN_BLUETOOTH
+ void allocate();
uint inquiryTypeToIAC() const;
- void setError(int errorCode, QString errorDescription);
#endif
QList<QBluetoothDeviceInfo> discoveredDevices;