forked from qt-creator/qt-creator
Fix compile in QbsProfilesSettingsPage
Change-Id: Ie1d14f22ed6f276da52525053e56999bf462e968 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -79,7 +79,7 @@ QbsProfilesSettingsPage::QbsProfilesSettingsPage(QObject *parent)
|
|||||||
: Core::IOptionsPage(parent), m_widget(0)
|
: Core::IOptionsPage(parent), m_widget(0)
|
||||||
{
|
{
|
||||||
setId("AA.QbsProfiles");
|
setId("AA.QbsProfiles");
|
||||||
setDisplayName(QbsProjectManager::tr("Profiles"));
|
setDisplayName(QCoreApplication::translate("QbsProjectManager", "Profiles"));
|
||||||
setCategory(Constants::QBS_SETTINGS_CATEGORY);
|
setCategory(Constants::QBS_SETTINGS_CATEGORY);
|
||||||
setDisplayCategory(QCoreApplication::translate("QbsProjectManager",
|
setDisplayCategory(QCoreApplication::translate("QbsProjectManager",
|
||||||
Constants::QBS_SETTINGS_TR_CATEGORY));
|
Constants::QBS_SETTINGS_TR_CATEGORY));
|
||||||
|
|||||||
Reference in New Issue
Block a user