aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/debugger
diff options
context:
space:
mode:
authorNikita Baryshnikov <nib952051@gmail.com>2015-07-24 15:41:00 +0300
committerhjk <hjk@theqtcompany.com>2015-08-28 11:04:27 +0000
commit4ec90191046ba118b383f324f3d6a4774cc35fd8 (patch)
tree582c8877952d6481ff9db485ad07a556036b5e0e /tests/manual/debugger
parentafa6bb9dd8bc57ffbb765ac0b99c73503df841d6 (diff)
Debugger: fix metatype declaration macro usage
in places where we do not need it. Change-Id: Ifb7eba6f46bf79f2cfe968ab8b71cca3a7d51efd Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Diffstat (limited to 'tests/manual/debugger')
-rw-r--r--tests/manual/debugger/simple/simple_test_app.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index 7e0559be410..9688dbf5eb2 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -4292,8 +4292,6 @@ namespace qthread {
Q_DECLARE_METATYPE(QHostAddress)
-Q_DECLARE_METATYPE(QList<int>)
-Q_DECLARE_METATYPE(QStringList)
typedef QMap<uint, QStringList> QMapUIntQStringList;
Q_DECLARE_METATYPE(QMapUIntQStringList)