ProjectExplorer: Fix Project::displayName changes

The only project manager that actually sometimes changes the displayname
is the cmake project manager. And that one failed to emit the right
signal. And since the signal was never emitted a few places handled the
signal wrongly.

Change-Id: I4aa75dc3032efe49263143dbadb7585a378b9be9
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2014-07-14 17:39:46 +02:00
parent 895207be18
commit 3d4caa3908
8 changed files with 91 additions and 23 deletions

View File

@@ -383,6 +383,7 @@ bool CMakeProject::parseCMakeLists()
}
emit displayNameChanged();
emit buildTargetsChanged();
emit fileListChanged();