From 9a17d4410467c4db74beebcaef48132b1d4e9000 Mon Sep 17 00:00:00 2001 From: dt Date: Mon, 30 Nov 2009 13:57:08 +0100 Subject: [PATCH] Full name in signal declaration --- src/plugins/projectexplorer/project.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/projectexplorer/project.h b/src/plugins/projectexplorer/project.h index 8d35217e8d9..8e1ea86383d 100644 --- a/src/plugins/projectexplorer/project.h +++ b/src/plugins/projectexplorer/project.h @@ -136,8 +136,8 @@ signals: void removedRunConfiguration(ProjectExplorer::Project *p, const QString &name); void addedRunConfiguration(ProjectExplorer::Project *p, const QString &name); - void removedBuildConfiguration(ProjectExplorer::Project *p, BuildConfiguration *bc); - void addedBuildConfiguration(ProjectExplorer::Project *p, BuildConfiguration *bc); + void removedBuildConfiguration(ProjectExplorer::Project *p, ProjectExplorer::BuildConfiguration *bc); + void addedBuildConfiguration(ProjectExplorer::Project *p, ProjectExplorer::BuildConfiguration *bc); protected: /* This method is called when the project .user file is saved. Simply call