summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldmanager_simulator.cpp
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 /src/nfc/qnearfieldmanager_simulator.cpp
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 'src/nfc/qnearfieldmanager_simulator.cpp')
-rw-r--r--src/nfc/qnearfieldmanager_simulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfc/qnearfieldmanager_simulator.cpp b/src/nfc/qnearfieldmanager_simulator.cpp
index 64b7ce72..9a0d0576 100644
--- a/src/nfc/qnearfieldmanager_simulator.cpp
+++ b/src/nfc/qnearfieldmanager_simulator.cpp
@@ -42,7 +42,7 @@
#include "qnearfieldmanager_simulator_p.h"
#include "qnearfieldmanager.h"
#include "qnearfieldtarget_p.h"
-#include "qnearfieldtagtype1.h"
+#include "qnearfieldtagtype1_p.h"
#include "qndefmessage.h"
#include <mobilityconnection_p.h>