summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_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/qbluetoothservicediscoveryagent_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/qbluetoothservicediscoveryagent_p.h')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_p.h b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
index c9620ffd..86eccb12 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
@@ -187,8 +187,6 @@ private:
#endif
#ifdef QT_WIN_BLUETOOTH
-public:
- typedef void* SearchHandle;
private:
int systemError;
bool pendingStop;
@@ -196,7 +194,7 @@ private:
QFutureWatcher<QBluetoothServiceInfo> *searchWatcher;
- SearchHandle hSearch;
+ Qt::HANDLE hSearch;
#endif
protected: