summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/discoverymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetoothsettings/discoverymodel.h')
-rw-r--r--src/bluetoothsettings/discoverymodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetoothsettings/discoverymodel.h b/src/bluetoothsettings/discoverymodel.h
index ba6e1dd..56f8299 100644
--- a/src/bluetoothsettings/discoverymodel.h
+++ b/src/bluetoothsettings/discoverymodel.h
@@ -115,6 +115,8 @@ Q_SIGNALS:
private Q_SLOTS:
void deviceDiscovered(const QBluetoothDeviceInfo &device);
private:
+ void clearDeviceList();
+
QList<BtDeviceItem*> m_items;
QHash<int, QByteArray> m_roleNames;
QBluetoothDeviceDiscoveryAgent *m_discoveryAgent;