summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/dbus
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-01-03 10:43:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-03 18:19:28 +0100
commitee7dbf97bbec888a9a5abceeab87c4a570ef20fc (patch)
tree5afcdac2ccd8b101502eb703abca0aa167bd02ff /tests/benchmarks/dbus
parent330ad41b7d3a5c65e57bd88f7e659fc466279b1b (diff)
Benchmarks: Remove declaration of built-in and automatic metatypes.
These types are either built-in or 'automatically declared' and so don't need to be explicitly declared as metatypes. Change-Id: Iba4b7f8ff7a1c7974d144b955cbf064e43b36ec7 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Diffstat (limited to 'tests/benchmarks/dbus')
-rw-r--r--tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp b/tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp
index 51d5364a30..4fb26f45fb 100644
--- a/tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp
+++ b/tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp
@@ -76,7 +76,6 @@ private slots:
void roundTripVariant_data();
void roundTripVariant();
};
-Q_DECLARE_METATYPE(QVariant)
void tst_QDBusPerformance::initTestCase()
{