summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldtarget_android_p.h
diff options
context:
space:
mode:
authorPeter Rustler <peter.rustler@basyskom.com>2015-03-18 16:39:30 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-19 08:10:13 +0000
commit07aecc2217e591a40e363e1a47c8a9a9d7b28365 (patch)
treec97aa33d03a4a510d69a0e4ff6d3994feb9555a5 /src/nfc/qnearfieldtarget_android_p.h
parentcacc737688333c8dc03801b1785fa3ed1fe5e768 (diff)
Android Nfc: Use of StringLiteral instead of static const QString
Qt do not like non POD types for static const data Change-Id: Id6ef07dfeb53d80a3180c9067ff7fdf14661b3f5 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/nfc/qnearfieldtarget_android_p.h')
-rw-r--r--src/nfc/qnearfieldtarget_android_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nfc/qnearfieldtarget_android_p.h b/src/nfc/qnearfieldtarget_android_p.h
index c9d9e6fe..ef9b5fdc 100644
--- a/src/nfc/qnearfieldtarget_android_p.h
+++ b/src/nfc/qnearfieldtarget_android_p.h
@@ -89,14 +89,6 @@ protected:
QByteArray m_uid;
QStringList m_techList;
Type m_type;
- static const QString NdefTechology;
- static const QString NdefFormatableTechnology;
- static const QString NfcATechnology;
- static const QString NfcBTechnology;
- static const QString NfcFTechnology;
- static const QString NfcVTechnology;
- static const QString MifareClassicTechnology;
- static const QString MifareUltralightTechnology;
QTimer *m_targetCheckTimer;
};