summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-01-03 10:33:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-03 16:15:37 +0100
commit4319f698c893683c6a031e41272b85cfb25ac931 (patch)
tree2f830ad6f0f7474c16932610dc1e4c37dfe12f58 /tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp
parent0fd0f8dfa05b9832f93cb8c1bc82220dd8d78eb2 (diff)
Remove metatype registration of built-in types.
As they are built-in, they are effectively registered at compile-time already. Change-Id: I7ae6ba16088eab5d19213fa7b07c2a7760988a86 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Diffstat (limited to 'tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp')
-rw-r--r--tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp b/tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp
index 1084b5a7b1..da597bf627 100644
--- a/tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp
+++ b/tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp
@@ -245,7 +245,6 @@ QByteArray verifyZeroTermination(const QByteArray &ba)
tst_QByteArray::tst_QByteArray()
{
- qRegisterMetaType<qulonglong>("qulonglong");
}
void tst_QByteArray::qCompress_data()