forked from qt-creator/qt-creator
		
	Debugger: Fix up titles/tooltips of memory views.
This commit is contained in:
		@@ -211,6 +211,8 @@ enum ModelRoles
 | 
			
		||||
    LocalsExpressionRole,
 | 
			
		||||
    LocalsRawExpressionRole,
 | 
			
		||||
    LocalsExpandedRole,     // The preferred expanded state to the view
 | 
			
		||||
    LocalsRawTypeRole,      // Raw type name
 | 
			
		||||
    LocalsTypeRole,         // Display type name
 | 
			
		||||
    LocalsTypeFormatListRole,
 | 
			
		||||
    LocalsTypeFormatRole,   // Used to communicate alternative formats to the view
 | 
			
		||||
    LocalsIndividualFormatRole,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user