summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-05-14 16:00:40 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-15 10:24:21 +0200
commitd1d2fcff097104a53750b0bf1e1129a4d1c0ed7d (patch)
tree3c620f70e8052c8c9ae628fea843e4c428d2793e /src/bluetooth/qbluetoothdevicediscoveryagent.h
parent6e5efaec53b77b485706d17f3f9cef5cc7b953ae (diff)
Add a few Qt 6 TODO entries
Change-Id: Ic169d907b872fd277df4f32be1270d7bceabac32 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent.h')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.h b/src/bluetooth/qbluetoothdevicediscoveryagent.h
index 4ac1685e..f52f32fb 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent.h
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent.h
@@ -79,6 +79,7 @@ public:
explicit QBluetoothDeviceDiscoveryAgent(const QBluetoothAddress &deviceAdapter, QObject *parent = 0);
~QBluetoothDeviceDiscoveryAgent();
+ // TODO Remove inquiry type in Qt 6 -> not really used anywhere
QBluetoothDeviceDiscoveryAgent::InquiryType inquiryType() const;
void setInquiryType(QBluetoothDeviceDiscoveryAgent::InquiryType type);