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:
		@@ -319,6 +319,11 @@ QString CppFileSettingsPage::displayCategory() const
 | 
			
		||||
    return QCoreApplication::translate("CppTools", Constants::CPP_SETTINGS_TR_CATEGORY);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QIcon CppFileSettingsPage::categoryIcon() const
 | 
			
		||||
{
 | 
			
		||||
    return QIcon(); // TODO: Icon for C++ or move into category
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QWidget *CppFileSettingsPage::createPage(QWidget *parent)
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user