From 89cf6da818279b16708d320ae3f5ed434310a347 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 8 Feb 2017 10:18:35 +0100 Subject: WinRT: Remove dummy warning With classic bluetooth in place the dummy warning is no longer needed even though peripheral support is not implemented yet. Change-Id: Ia6e471cf74583d9ea704217687de272dc6d46433 Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothlocaldevice_p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bluetooth/qbluetoothlocaldevice_p.cpp') diff --git a/src/bluetooth/qbluetoothlocaldevice_p.cpp b/src/bluetooth/qbluetoothlocaldevice_p.cpp index 28e787c7..7a9d8221 100644 --- a/src/bluetooth/qbluetoothlocaldevice_p.cpp +++ b/src/bluetooth/qbluetoothlocaldevice_p.cpp @@ -51,7 +51,7 @@ QBluetoothLocalDevice::QBluetoothLocalDevice(QObject *parent) : QObject(parent), d_ptr(0) { -#ifndef QT_IOS_BLUETOOTH +#if !defined(QT_IOS_BLUETOOTH) && !defined(QT_WINRT_BLUETOOTH) printDummyWarning(); #endif registerQBluetoothLocalDeviceMetaType(); -- cgit v1.2.3