summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/image/qimagereader
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/gui/image/qimagereader
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/gui/image/qimagereader')
-rw-r--r--tests/benchmarks/gui/image/qimagereader/tst_qimagereader.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/benchmarks/gui/image/qimagereader/tst_qimagereader.cpp b/tests/benchmarks/gui/image/qimagereader/tst_qimagereader.cpp
index ea883cc50b..f3368d9289 100644
--- a/tests/benchmarks/gui/image/qimagereader/tst_qimagereader.cpp
+++ b/tests/benchmarks/gui/image/qimagereader/tst_qimagereader.cpp
@@ -54,13 +54,8 @@
typedef QMap<QString, QString> QStringMap;
typedef QList<int> QIntList;
-Q_DECLARE_METATYPE(QImage)
-Q_DECLARE_METATYPE(QRect)
-Q_DECLARE_METATYPE(QSize)
-Q_DECLARE_METATYPE(QColor)
Q_DECLARE_METATYPE(QStringMap)
Q_DECLARE_METATYPE(QIntList)
-Q_DECLARE_METATYPE(QIODevice *)
class tst_QImageReader : public QObject
{