From 0f677d485e83abd1e1d6f64b6220948fed421d94 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 23 Jul 2013 13:31:35 +0200 Subject: Don't export QNearFieldTagType* classes. There is no implementation for them at this stage. Hence we remove them from the committed API. They remain enabled via auto tests to ensure that the code keeps working. Task-number: QTBUG-32306 Change-Id: I5312e8436a99be4e24311bea4c92718239178ef4 Reviewed-by: Fabian Bumberger Reviewed-by: Michael Zanetti Reviewed-by: Aaron McCarthy --- tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp | 2 +- tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp b/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp index 52c19912..9611698d 100644 --- a/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp +++ b/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include QT_USE_NAMESPACE_NFC diff --git a/tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp b/tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp index 9e98f44a..9b4fa6a7 100644 --- a/tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp +++ b/tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include QT_USE_NAMESPACE_NFC -- cgit v1.2.3