summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/generalsettings.cpp
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2013-01-16 15:22:58 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-01-17 11:43:04 +0100
commitbe48a3faffd39689ecd019b94c69ac4042bbdbdc (patch)
tree980a5dbd79f412e10ab04ad0ce32ec25fbf360b3 /src/plugins/coreplugin/generalsettings.cpp
parent5e7cf3f062a0c0342bc774f3ac9ff746bde01417 (diff)
downloadqt-creator-be48a3faffd39689ecd019b94c69ac4042bbdbdc.tar.gz
Use Core::Id for IOptionsPage::m_id
Change-Id: Id9d6cf28966eeb65775cf1f16f57773af5fb6bca Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/plugins/coreplugin/generalsettings.cpp')
-rw-r--r--src/plugins/coreplugin/generalsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/generalsettings.cpp b/src/plugins/coreplugin/generalsettings.cpp
index 386a305fcd..fe4ad823e8 100644
--- a/src/plugins/coreplugin/generalsettings.cpp
+++ b/src/plugins/coreplugin/generalsettings.cpp
@@ -55,7 +55,7 @@ using namespace Core::Internal;
GeneralSettings::GeneralSettings():
m_page(0), m_dialog(0)
{
- setId(QLatin1String(Core::Constants::SETTINGS_ID_ENVIRONMENT));
+ setId(Core::Constants::SETTINGS_ID_ENVIRONMENT);
setDisplayName(tr("General"));
setCategory(Core::Constants::SETTINGS_CATEGORY_CORE);
setDisplayCategory(QCoreApplication::translate("Core", Core::Constants::SETTINGS_TR_CATEGORY_CORE));