summaryrefslogtreecommitdiffstats
path: root/src/nfc
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/nfc
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/nfc')
-rw-r--r--src/nfc/qnearfieldtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfc/qnearfieldtarget.h b/src/nfc/qnearfieldtarget.h
index 10c89a87..fef74946 100644
--- a/src/nfc/qnearfieldtarget.h
+++ b/src/nfc/qnearfieldtarget.h
@@ -63,7 +63,7 @@ public:
NfcTagType2,
NfcTagType3,
NfcTagType4,
- MifareTag,
+ MifareTag
};
enum AccessMethod {