From f0daca9ff8108b15e0ede3ea638393541d2149e0 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 19 Oct 2011 17:53:02 +0200 Subject: added Connectivity namespaces (QtBluetooth and QtNfc) Change-Id: I5f3062c857e657a6d05ab29edfa2f1b48cb173f8 Sanity-Review: Qt Sanity Bot Reviewed-by: Alex --- src/nfc/qnearfieldmanager_simulator.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/nfc/qnearfieldmanager_simulator.cpp') diff --git a/src/nfc/qnearfieldmanager_simulator.cpp b/src/nfc/qnearfieldmanager_simulator.cpp index 1d7f5318..8287586a 100644 --- a/src/nfc/qnearfieldmanager_simulator.cpp +++ b/src/nfc/qnearfieldmanager_simulator.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 @@ -50,6 +50,8 @@ #include +QTNFC_BEGIN_NAMESPACE + using namespace QtSimulatorPrivate; namespace Simulator { @@ -202,3 +204,5 @@ void QNearFieldManagerPrivateImpl::targetLeavingProximity(const QByteArray &uid) #include "qnearfieldmanager_simulator.moc" #include "moc_qnearfieldmanager_simulator_p.cpp" + +QTNFC_END_NAMESPACE -- cgit v1.2.3