forked from qt-creator/qt-creator
		
	Fixes: Diff editors don't get correct name.
They were no longer showing e.g. the file name of the diffed file. Also separate editor id and editor context a bit.
This commit is contained in:
		@@ -104,8 +104,6 @@ ProjectFilesEditable::ProjectFilesEditable(ProjectFilesEditor *editor)
 | 
			
		||||
{
 | 
			
		||||
    Core::UniqueIDManager *uidm = Core::UniqueIDManager::instance();
 | 
			
		||||
    m_context << uidm->uniqueIdentifier(Constants::C_FILESEDITOR);
 | 
			
		||||
 | 
			
		||||
    setDisplayName(tr(Constants::FILES_EDITOR_DISPLAY_NAME));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ProjectFilesEditable::~ProjectFilesEditable()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user