summaryrefslogtreecommitdiffstats
path: root/tests/auto/parser
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-08-17 16:03:48 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-08-17 15:15:09 +0000
commite9cf90a22ed562e17f1169ac48cc413d80bd5025 (patch)
tree6b6c74d5548581bed95b9b4ee3068d659ef9cda1 /tests/auto/parser
parent5671c31a5141fed64edbe53fece895b2fd7449d3 (diff)
Pre-declare some meta types in the headers
It doesn't make much sense to declare the meta type for QScxmlError in all the tests. Also, types exposed through Q_PROPERTY should be declared. Change-Id: Ibb08440e1f40845ea779e1c2a3882bc1b1e0a935 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'tests/auto/parser')
-rw-r--r--tests/auto/parser/tst_parser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/parser/tst_parser.cpp b/tests/auto/parser/tst_parser.cpp
index 202e783..13eed5a 100644
--- a/tests/auto/parser/tst_parser.cpp
+++ b/tests/auto/parser/tst_parser.cpp
@@ -32,8 +32,6 @@
#include <QtScxml/qscxmlcompiler.h>
#include <QtScxml/qscxmlstatemachine.h>
-Q_DECLARE_METATYPE(QScxmlError);
-
class tst_Parser: public QObject
{
Q_OBJECT