Commit 4591068f authored by Alex Blasche's avatar Alex Blasche
Browse files

Unwarn compile of QtBluetooth


warning: 'QLowEnergyDescriptorPrivate' defined as a struct here but previously declared as a class [-Wmismatched-tags]

Change-Id: I2b90a645ed5aa2d86184d94acb2658460f26f660
Reviewed-by: default avatarTimur Pocheptsov <Timur.Pocheptsov@digia.com>
Reviewed-by: default avatarAlex Blasche <alexander.blasche@digia.com>
Showing with 1 addition and 1 deletion
......@@ -42,7 +42,7 @@
QT_BEGIN_NAMESPACE
class QLowEnergyDescriptorPrivate;
struct QLowEnergyDescriptorPrivate;
class QLowEnergyServicePrivate;
class Q_BLUETOOTH_EXPORT QLowEnergyDescriptor
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment