Fix compile in QbsProfilesSettingsPage

Change-Id: Ie1d14f22ed6f276da52525053e56999bf462e968
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Robert Loehning
2015-03-24 10:44:51 +01:00
parent 7fa58f1d99
commit afcfc5f73f

View File

@@ -79,7 +79,7 @@ QbsProfilesSettingsPage::QbsProfilesSettingsPage(QObject *parent)
: Core::IOptionsPage(parent), m_widget(0)
{
setId("AA.QbsProfiles");
setDisplayName(QbsProjectManager::tr("Profiles"));
setDisplayName(QCoreApplication::translate("QbsProjectManager", "Profiles"));
setCategory(Constants::QBS_SETTINGS_CATEGORY);
setDisplayCategory(QCoreApplication::translate("QbsProjectManager",
Constants::QBS_SETTINGS_TR_CATEGORY));