summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-17 13:15:15 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-20 09:10:29 +0000
commit88ac6911d6f4f7ab7a7d8e02e0e9b8ede9b499a1 (patch)
tree16d7a4138683dcfd48fe0f26d7b0b46fecf0dc11 /src/bluetooth/qlowenergycontroller.h
parent8589703bd4e377eeb2a01c43f0c13542f54133ba (diff)
Fix trailing commas in enums
This was caused by the new headersclean enforcing warnings as errors Change-Id: Idd595fc4cf78411a80ff3dbb46477d5130a04c3e Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller.h')
-rw-r--r--src/bluetooth/qlowenergycontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergycontroller.h b/src/bluetooth/qlowenergycontroller.h
index 7906d257..1d29502b 100644
--- a/src/bluetooth/qlowenergycontroller.h
+++ b/src/bluetooth/qlowenergycontroller.h
@@ -62,7 +62,7 @@ public:
ConnectedState,
DiscoveringState,
DiscoveredState,
- ClosingState,
+ ClosingState
};
enum RemoteAddressType {