aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/autotestplugin.cpp
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2016-06-06 14:18:38 +0200
committerChristian Stenger <christian.stenger@qt.io>2016-06-07 09:12:12 +0000
commitd198c4a22fa4d94c873e00d37f19cb2845801e09 (patch)
treec9da924cbf43aa61d3ce59d3b1c75ff560ab723e /src/plugins/autotest/autotestplugin.cpp
parent94fdd4d900b03d0569d0d173572c26f4ccf4ead3 (diff)
AutoTest: Add Id to parsers and remove now useless enum
Preparation for introducing test frameworks. Change-Id: Iefaa4ca9dd9af665444556afa9c6e326041cfd0f Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'src/plugins/autotest/autotestplugin.cpp')
-rw-r--r--src/plugins/autotest/autotestplugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/autotest/autotestplugin.cpp b/src/plugins/autotest/autotestplugin.cpp
index ae22155789..b68877d92b 100644
--- a/src/plugins/autotest/autotestplugin.cpp
+++ b/src/plugins/autotest/autotestplugin.cpp
@@ -67,7 +67,6 @@ AutotestPlugin::AutotestPlugin()
qRegisterMetaType<TestResult>();
qRegisterMetaType<TestTreeItem *>();
qRegisterMetaType<TestCodeLocationAndType>();
- qRegisterMetaType<TestTreeModel::Type>();
m_instance = this;
}