aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/clangparser.cpp
diff options
context:
space:
mode:
authorNikita Baryshnikov <nib952051@gmail.com>2015-07-24 16:23:54 +0300
committerNikita Baryshnikov <nib952051@gmail.com>2016-02-08 15:36:35 +0000
commitb34b019c106ce30db68eacd12c043ea0237bba9e (patch)
tree61b67d70faeb40dc96c164561b5fc741ba4241c5 /src/plugins/projectexplorer/clangparser.cpp
parente307b7eecf15608a3beaa9e104a11bee377b6f24 (diff)
ProjectExplorer: Remove metatype registration macro usage
in places where we do not need it. Also removed metatypedeclarations.h Change-Id: I406891ff9b87e88112ae6317c479f5fab83625c8 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/clangparser.cpp')
-rw-r--r--src/plugins/projectexplorer/clangparser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/clangparser.cpp b/src/plugins/projectexplorer/clangparser.cpp
index b7060d92d5..56d062a46c 100644
--- a/src/plugins/projectexplorer/clangparser.cpp
+++ b/src/plugins/projectexplorer/clangparser.cpp
@@ -127,7 +127,6 @@ void ClangParser::stdError(const QString &line)
# include <QTest>
# include "projectexplorer.h"
-# include "metatypedeclarations.h"
# include "outputparser_test.h"
void ProjectExplorerPlugin::testClangOutputParser_data()