summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-07-23 13:31:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-25 08:36:23 +0200
commit0f677d485e83abd1e1d6f64b6220948fed421d94 (patch)
tree3050dc6118bc7a50dea67f0b03f115ebb2bb6083 /tests
parentb3899a747a628098c8e8034761c9370fb8ab4d02 (diff)
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 <fbumberger@rim.com> Reviewed-by: Michael Zanetti <michael.zanetti@canonical.com> Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp2
-rw-r--r--tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp2
2 files changed, 2 insertions, 2 deletions
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 <private/qnearfieldmanager_emulator_p.h>
#include <qnearfieldmanager.h>
#include <qndefmessage.h>
-#include <qnearfieldtagtype1.h>
+#include <private/qnearfieldtagtype1_p.h>
#include <qndefnfctextrecord.h>
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 <private/qnearfieldmanager_emulator_p.h>
#include <qnearfieldmanager.h>
#include <qndefmessage.h>
-#include <qnearfieldtagtype2.h>
+#include <private/qnearfieldtagtype2_p.h>
#include <qndefnfctextrecord.h>
QT_USE_NAMESPACE_NFC