summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/mimetypesettings.cpp
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-12-29 03:37:27 +0100
committerhjk <qthjk@ovi.com>2012-12-29 19:10:59 +0100
commit78beacd7b4659af8a21464c290323d3d431fcf13 (patch)
treebcc2685532a54c9acd2984d56be7fc348ceac152 /src/plugins/coreplugin/mimetypesettings.cpp
parent1863bfebdb75f0a28b2790c51688ee999b3874b4 (diff)
downloadqt-creator-78beacd7b4659af8a21464c290323d3d431fcf13.tar.gz
Use Core::Id for IOptionPage::category
Change-Id: I63433edd9118a7aa4ecaef28f40bfc729d90f512 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/coreplugin/mimetypesettings.cpp')
-rw-r--r--src/plugins/coreplugin/mimetypesettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/mimetypesettings.cpp b/src/plugins/coreplugin/mimetypesettings.cpp
index 2e0fb7b911..f3e7d8d5e9 100644
--- a/src/plugins/coreplugin/mimetypesettings.cpp
+++ b/src/plugins/coreplugin/mimetypesettings.cpp
@@ -560,7 +560,7 @@ MimeTypeSettings::MimeTypeSettings(QObject *parent)
{
setId(QLatin1String(Core::Constants::SETTINGS_ID_MIMETYPES));
setDisplayName(tr("MIME Types"));
- setCategory(QLatin1String(Core::Constants::SETTINGS_CATEGORY_CORE));
+ setCategory(Core::Constants::SETTINGS_CATEGORY_CORE);
setDisplayCategory(QCoreApplication::translate("Core",
Core::Constants::SETTINGS_TR_CATEGORY_CORE));
setCategoryIcon(QLatin1String(Core::Constants::SETTINGS_CATEGORY_CORE_ICON));