forked from qt-creator/qt-creator
		
	Added icons to options dialog categories
Some categories do not have icons yet, unfortunately.
This commit is contained in:
		@@ -60,6 +60,8 @@ const char * const DEBUGGER_COMMON_SETTINGS_NAME =
 | 
			
		||||
const char * const DEBUGGER_SETTINGS_CATEGORY = "O.Debugger";
 | 
			
		||||
const char * const DEBUGGER_SETTINGS_TR_CATEGORY =
 | 
			
		||||
    QT_TRANSLATE_NOOP("Debugger", "Debugger");
 | 
			
		||||
const char * const DEBUGGER_COMMON_SETTINGS_CATEGORY_ICON =
 | 
			
		||||
    ":/core/images/category_debug.png";
 | 
			
		||||
 | 
			
		||||
namespace Internal {
 | 
			
		||||
    enum { debug = 0 };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user