forked from qt-creator/qt-creator
		
	Icon update.
This commit is contained in:
		@@ -321,7 +321,7 @@ QString CppFileSettingsPage::displayCategory() const
 | 
			
		||||
 | 
			
		||||
QIcon CppFileSettingsPage::categoryIcon() const
 | 
			
		||||
{
 | 
			
		||||
    return QIcon(); // TODO: Icon for C++ or move into category
 | 
			
		||||
    return QIcon(QLatin1String(Constants::SETTINGS_CATEGORY_CPP_ICON));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QWidget *CppFileSettingsPage::createPage(QWidget *parent)
 | 
			
		||||
 
 | 
			
		||||
@@ -54,6 +54,7 @@ const char * const CPP_SETTINGS_ID = "File Naming";
 | 
			
		||||
const char * const CPP_SETTINGS_NAME = QT_TRANSLATE_NOOP("CppTools", "File Naming");
 | 
			
		||||
const char * const CPP_SETTINGS_CATEGORY = "I.C++";
 | 
			
		||||
const char * const CPP_SETTINGS_TR_CATEGORY = QT_TRANSLATE_NOOP("CppTools", "C++");
 | 
			
		||||
const char * const SETTINGS_CATEGORY_CPP_ICON = ":/core/images/category_cpp.png";
 | 
			
		||||
 | 
			
		||||
} // namespace Constants
 | 
			
		||||
} // namespace CppTools
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user