summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiled
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/compiled
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/compiled')
-rw-r--r--tests/auto/compiled/tst_compiled.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/compiled/tst_compiled.cpp b/tests/auto/compiled/tst_compiled.cpp
index ab590f7..6382328 100644
--- a/tests/auto/compiled/tst_compiled.cpp
+++ b/tests/auto/compiled/tst_compiled.cpp
@@ -40,8 +40,6 @@
#include "connection.h"
#include "topmachine.h"
-Q_DECLARE_METATYPE(QScxmlError);
-
enum { SpyWaitTime = 8000 };
class tst_Compiled: public QObject