summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-10-24 07:44:55 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2017-10-24 07:44:55 +0000
commitf8b0015b4b2ed5fab75cd9d2a19ad9779d234a8e (patch)
tree01a836eba022780723bb48b7199f118bd850a569 /src/bluetooth/qbluetoothservicediscoveryagent_p.h
parentd51b2de5848e62ad1493d2cbbe0b2e8d86b42358 (diff)
parentd6c4d74f4f32699a013705d492ee467ec5006df1 (diff)
Merge "Merge remote-tracking branch 'gerrit/dev' into win" into refs/staging/wip/win
Diffstat (limited to 'src/bluetooth/qbluetoothservicediscoveryagent_p.h')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_p.h b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
index fe8f635a..956ccabb 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
@@ -76,10 +76,6 @@ QT_END_NAMESPACE
#include <QFutureWatcher>
#endif
-#ifdef QT_WINRT_BLUETOOTH
-class QWinRTBluetoothServiceDiscoveryWorker;
-#endif
-
QT_BEGIN_NAMESPACE
class QBluetoothDeviceDiscoveryAgent;
@@ -90,6 +86,10 @@ class LocalDeviceBroadcastReceiver;
#include <QtBluetooth/QBluetoothLocalDevice>
#endif
+#ifdef QT_WINRT_BLUETOOTH
+class QWinRTBluetoothServiceDiscoveryWorker;
+#endif
+
class QBluetoothServiceDiscoveryAgentPrivate
#if defined QT_WINRT_BLUETOOTH
: public QObject