forked from qt-creator/qt-creator
		
	Make buildDirectoryInitialized a Qt4Project specific signal again
And fix it to the old behaviour while at it. Change-Id: Ifd786e085c621fb3cd59b98cc665d9e3c7fcce51 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
		@@ -456,13 +456,6 @@ void Project::buildSystemEvaluationFinished(bool success)
 | 
			
		||||
    emit buildSystemEvaluated();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Project::onBuildDirectoryInitialized()
 | 
			
		||||
{
 | 
			
		||||
    Target *target = qobject_cast<Target *>(sender());
 | 
			
		||||
    if (target && target == activeTarget())
 | 
			
		||||
        emit buildDirectoryInitialized();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Project::onBuildDirectoryChanged()
 | 
			
		||||
{
 | 
			
		||||
    Target *target = qobject_cast<Target *>(sender());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user