forked from qt-creator/qt-creator
		
	Add a toolbutton for switching diff view mode
Task-number: QTCREATORBUG-10035 Change-Id: I83cb7cec3f4ba484ab068f398a12096501017668 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
		@@ -204,6 +204,8 @@ const char ICON_CLOSE_SPLIT_TOP[]    = ":/core/images/splitbutton_closetop.png";
 | 
			
		||||
const char ICON_CLOSE_SPLIT_BOTTOM[] = ":/core/images/splitbutton_closebottom.png";
 | 
			
		||||
const char ICON_CLOSE_SPLIT_LEFT[]   = ":/core/images/splitbutton_closeleft.png";
 | 
			
		||||
const char ICON_CLOSE_SPLIT_RIGHT[]  = ":/core/images/splitbutton_closeright.png";
 | 
			
		||||
const char ICON_SIDE_BY_SIDE_DIFF[]  = ":/core/images/sidebysidediff.png";
 | 
			
		||||
const char ICON_TEXT_DIFF[]          = ":/core/images/textdiff.png";
 | 
			
		||||
const char ICON_FILTER[]             = ":/core/images/filtericon.png";
 | 
			
		||||
const char ICON_LINK[]               = ":/core/images/linkicon.png";
 | 
			
		||||
const char ICON_QTLOGO_32[]          = ":/core/images/logo/32/QtProject-qtcreator.png";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user