summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2015-11-17 12:34:01 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2015-11-17 16:17:16 +0000
commit49875b3f1165a78a05fca4f3b3e27dfec4001ab0 (patch)
tree4f9d4e2e51c3a859ca288cdeab5e5c8fc3243b52 /src/bluetooth/qbluetoothdevicediscoveryagent_p.h
parent4baa345ffd7d7d826c3d40a37bc3d4fb0c48c9aa (diff)
Windows: Use Qt::HANDLE instead of typedef void*
Change-Id: I4f2194501f652c38cff43ac1716a5853cd1e1b13 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent_p.h')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
index cf4fd0c5..16ebe63c 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
@@ -156,7 +156,6 @@ private:
#ifdef QT_WIN_BLUETOOTH
public:
- typedef void* SearchHandle;
static QString discoveredLeDeviceSystemPath(const QBluetoothAddress &deviceAddress);
private slots:
@@ -171,7 +170,7 @@ private:
QFutureWatcher<QBluetoothDeviceInfo> *scanWatcher;
bool active;
int systemErrorCode;
- SearchHandle hSearch;
+ Qt::HANDLE hSearch;
#endif
QBluetoothDeviceDiscoveryAgent *q_ptr;