summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-05-12 12:33:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-23 08:46:17 +0200
commit66cc81ed8df87103409140547b4e017647e80d61 (patch)
treef0dc0cae6419ad9b5af7721936a41719d202a05d /src/bluetooth/qbluetoothservicediscoveryagent_p.h
parent82a11f8b742bb2e6e7b326296405618fb16933df (diff)
Code cleanup: Avoid repeated service info duplication check
Change-Id: I00701e9103a6acfdfc2697949280f8a7de8bcdfe Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/bluetooth/qbluetoothservicediscoveryagent_p.h')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_p.h b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
index b3910a7e..2bf4ff72 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
@@ -133,6 +133,7 @@ public:
private:
void start(const QBluetoothAddress &address);
void stop();
+ bool isDuplicatedService(const QBluetoothServiceInfo &serviceInfo) const;
#ifdef QT_BLUEZ_BLUETOOTH
void startBluez5(const QBluetoothAddress &address);