summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2015-10-23 12:26:21 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2015-10-23 13:39:17 +0000
commitc85dcd7102fca2cde3837f36e6f27346a4564e27 (patch)
tree1541ef1fd770c53cb61c79e6f8e6914e519ec336 /src/bluetooth/qbluetoothdevicediscoveryagent_p.h
parentc7f7d4169f0d913d909b78bff2b5aaa1beb760fd (diff)
Windows: Rename variables which is the system handles
Now the system handles have the 'h' prefix (e.g. hService), not to confuse with the others variables which contains the 'Handle' suffix (e.g. with the serviceHandle and so on). Change-Id: I3b79c5323bce043c93326edf6d660ea4bde8522a Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent_p.h')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
index d7da8e98..81015544 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
@@ -171,7 +171,7 @@ private:
QFutureWatcher<QBluetoothDeviceInfo> *scanWatcher;
bool active;
int systemErrorCode;
- SearchHandle searchHandle;
+ SearchHandle hSearch;
#endif
QBluetoothDeviceDiscoveryAgent *q_ptr;