aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildsteplist.h
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/buildsteplist.h
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/buildsteplist.h')
-rw-r--r--src/plugins/projectexplorer/buildsteplist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildsteplist.h b/src/plugins/projectexplorer/buildsteplist.h
index c91bfc508ae..a24e8190bf8 100644
--- a/src/plugins/projectexplorer/buildsteplist.h
+++ b/src/plugins/projectexplorer/buildsteplist.h
@@ -79,4 +79,3 @@ private:
} // namespace ProjectExplorer
-Q_DECLARE_METATYPE(ProjectExplorer::BuildStepList *)