summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldtagtype4_symbian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qnearfieldtagtype4_symbian.cpp')
-rw-r--r--src/nfc/qnearfieldtagtype4_symbian.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qnearfieldtagtype4_symbian.cpp b/src/nfc/qnearfieldtagtype4_symbian.cpp
index b1940b62..6b71c226 100644
--- a/src/nfc/qnearfieldtagtype4_symbian.cpp
+++ b/src/nfc/qnearfieldtagtype4_symbian.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the Qt Mobility Components.
+** This file is part of the QtNfc module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
@@ -45,6 +45,8 @@
#include "symbian/nearfieldutility_symbian.h"
#include "qnearfieldtagtype4_symbian_p.h"
+QTNFC_BEGIN_NAMESPACE
+
static void OutputByteArray(const QByteArray& data)
{
for(int i = 0; i < data.count(); ++i)
@@ -394,3 +396,5 @@ bool QNearFieldTagType4Symbian::waitForRequestCompleted(const RequestId &id, int
return _waitForRequestCompleted(id, msecs);
}
#include "moc_qnearfieldtagtype4_symbian_p.cpp"
+
+QTNFC_END_NAMESPACE