From 34b32040ec0e80108890c0f97bcdc85989200409 Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Wed, 23 Apr 2014 00:50:08 -0700 Subject: Fix coding style in QBluetooth Affected: QBluetooth, QBluetoothAddress, QBluetoothDeviceDiscoveryAgent, QBluetoothDeviceInfo, QBluetoothHostInfo, QBluetoothLocalDevice Change-Id: Ia5af61f87eafecfba56b75fa61b81014cdd38960 Reviewed-by: Alex Blasche --- src/bluetooth/qbluetooth.h | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/bluetooth/qbluetooth.h') diff --git a/src/bluetooth/qbluetooth.h b/src/bluetooth/qbluetooth.h index b13c0043..3d92e1f8 100644 --- a/src/bluetooth/qbluetooth.h +++ b/src/bluetooth/qbluetooth.h @@ -39,7 +39,6 @@ ** ****************************************************************************/ - #ifndef QBLUETOOTH_H #define QBLUETOOTH_H @@ -48,16 +47,16 @@ QT_BEGIN_NAMESPACE namespace QBluetooth { - enum Security { - NoSecurity = 0x00, - Authorization = 0x01, - Authentication = 0x02, - Encryption = 0x04, - Secure = 0x08 - }; +enum Security { + NoSecurity = 0x00, + Authorization = 0x01, + Authentication = 0x02, + Encryption = 0x04, + Secure = 0x08 +}; - Q_DECLARE_FLAGS(SecurityFlags, Security) - Q_DECLARE_OPERATORS_FOR_FLAGS(SecurityFlags) +Q_DECLARE_FLAGS(SecurityFlags, Security) +Q_DECLARE_OPERATORS_FOR_FLAGS(SecurityFlags) } QT_END_NAMESPACE -- cgit v1.2.3