forked from qt-creator/qt-creator
		
	Qt versions are different if the dislayname does not match
* Fixes update of Qt version name whne renaming a Qt version.
This commit is contained in:
		@@ -414,6 +414,8 @@ bool QtVersionManager::equals(QtVersion *a, QtVersion *b)
 | 
			
		||||
        || a->m_msvcVersion != b->m_msvcVersion
 | 
			
		||||
        || a->m_mwcDirectory != b->m_mwcDirectory)
 | 
			
		||||
        return false;
 | 
			
		||||
    if (a->m_displayName != b->displayName())
 | 
			
		||||
        return false;
 | 
			
		||||
    return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user