forked from qt-creator/qt-creator
		
	Enable restoring the default names of project configuration items
* Enable support for this in all ProjectConfiguration items (Targets, projects, BCs, DCs, RCs, etc.). This is nicer than having custom code in individual configuraiton items. Reviewed-by: dt
This commit is contained in:
		@@ -84,7 +84,7 @@ MakeStep::MakeStep(ProjectExplorer::BuildStepList *bsl, const QString &id) :
 | 
			
		||||
 | 
			
		||||
void MakeStep::ctor()
 | 
			
		||||
{
 | 
			
		||||
    setDisplayName(tr("Make", "Qt4 MakeStep display name."));
 | 
			
		||||
    setDefaultDisplayName(tr("Make", "Qt4 MakeStep display name."));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
MakeStep::~MakeStep()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user