From ba56814fa4f0ca4a20d8448dcee95e5bf7c9d3a5 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 5 Apr 2017 16:01:38 +0200 Subject: Replace custom QT_BLUEZ_BLUETOOTH against the related feature define Change-Id: I4fbb948841a610640acaf87364e2157e31782836 Reviewed-by: Kai Koehne --- src/bluetooth/qbluetoothsocket_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bluetooth/qbluetoothsocket_p.h') diff --git a/src/bluetooth/qbluetoothsocket_p.h b/src/bluetooth/qbluetoothsocket_p.h index 0be07b5f..956f8f02 100644 --- a/src/bluetooth/qbluetoothsocket_p.h +++ b/src/bluetooth/qbluetoothsocket_p.h @@ -226,7 +226,7 @@ private slots: void handleError(QBluetoothSocket::SocketError error); #endif // QT_WINRT_BLUETOOTH -#if defined(QT_BLUEZ_BLUETOOTH) +#if QT_CONFIG(bluez) private slots: void _q_readNotify(); void _q_writeNotify(); @@ -241,7 +241,7 @@ private: HRESULT handleConnectOpFinished(ABI::Windows::Foundation::IAsyncAction *action, ABI::Windows::Foundation::AsyncStatus status); #endif -#ifdef QT_BLUEZ_BLUETOOTH +#if QT_CONFIG(bluez) public: quint8 lowEnergySocketType; #endif -- cgit v1.2.3