diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2013-09-05 13:32:00 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-09 12:44:29 +0200 |
commit | e21b666856fe89a13c2c8c1eb7ef6fb18275f9b4 (patch) | |
tree | 3f5f6075a783fe4afe1b201faa591fa8dacc4238 /tests/auto/qbluetoothdeviceinfo | |
parent | a589ae4f2f525686efa9f031a82390433b0e606d (diff) | |
download | qtconnectivity-e21b666856fe89a13c2c8c1eb7ef6fb18275f9b4.tar.gz |
Remove QtBluetooth and QtNfc namespace.
This is based on namespace discussions on the Qt project dev mailing list.
We continue to use the Qt namespace.
Change-Id: I6119d06662f7682c11f42d759f3218be1f5a7d6c
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'tests/auto/qbluetoothdeviceinfo')
-rw-r--r-- | tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp b/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp index 514be2e9..64a65348 100644 --- a/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp +++ b/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp @@ -48,7 +48,7 @@ #include <qbluetoothlocaldevice.h> #include <qbluetoothuuid.h> -QT_USE_NAMESPACE_BLUETOOTH +QT_USE_NAMESPACE Q_DECLARE_METATYPE(QBluetoothDeviceInfo::ServiceClasses) Q_DECLARE_METATYPE(QBluetoothDeviceInfo::MajorDeviceClass) |