summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/kernel/qprinterinfo
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-01-03 17:55:57 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-06 11:23:45 +0100
commitcf22e8ea4eb43c736486a2c0b61b73ec1831d90b (patch)
tree40c257581868f82ce475d4c544f4900cd11d99d6 /tests/auto/printsupport/kernel/qprinterinfo
parentd376a4e5788fa2cc1de20b6a8a57580d3ae3c541 (diff)
Tests: 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: Ifd116dee32a450ff89a9a1011e26b434765d6e95 Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'tests/auto/printsupport/kernel/qprinterinfo')
-rw-r--r--tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp b/tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp
index 0ff80c4147..16c0711ee7 100644
--- a/tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp
+++ b/tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp
@@ -50,7 +50,6 @@
# include <sys/wait.h>
#endif
-Q_DECLARE_METATYPE(QRect)
class tst_QPrinterInfo : public QObject
{