From 4591068fe2d637b6dee7cab62e565613a8cbc91a Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 23 Oct 2014 16:35:49 +0200 Subject: Unwarn compile of QtBluetooth warning: 'QLowEnergyDescriptorPrivate' defined as a struct here but previously declared as a class [-Wmismatched-tags] Change-Id: I2b90a645ed5aa2d86184d94acb2658460f26f660 Reviewed-by: Timur Pocheptsov Reviewed-by: Alex Blasche --- src/bluetooth/qlowenergydescriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bluetooth/qlowenergydescriptor.h') diff --git a/src/bluetooth/qlowenergydescriptor.h b/src/bluetooth/qlowenergydescriptor.h index 38c8518f..edbac253 100644 --- a/src/bluetooth/qlowenergydescriptor.h +++ b/src/bluetooth/qlowenergydescriptor.h @@ -42,7 +42,7 @@ QT_BEGIN_NAMESPACE -class QLowEnergyDescriptorPrivate; +struct QLowEnergyDescriptorPrivate; class QLowEnergyServicePrivate; class Q_BLUETOOTH_EXPORT QLowEnergyDescriptor -- cgit v1.2.3