forked from qt-creator/qt-creator
iOS: Tr::tr
Change-Id: I547af218546927622414999e5b9019ab62916e7e Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -3,23 +3,20 @@
|
||||
|
||||
#include "iossettingspage.h"
|
||||
|
||||
#include "iossettingswidget.h"
|
||||
#include "iosconstants.h"
|
||||
#include "iossettingswidget.h"
|
||||
#include "iostr.h"
|
||||
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
||||
namespace Ios {
|
||||
namespace Internal {
|
||||
namespace Ios::Internal {
|
||||
|
||||
IosSettingsPage::IosSettingsPage()
|
||||
{
|
||||
setId(Constants::IOS_SETTINGS_ID);
|
||||
setDisplayName(IosSettingsWidget::tr("iOS"));
|
||||
setDisplayName(Tr::tr("iOS"));
|
||||
setCategory(ProjectExplorer::Constants::DEVICE_SETTINGS_CATEGORY);
|
||||
setWidgetCreator([] { return new IosSettingsWidget; });
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Ios
|
||||
} // Ios::Internal
|
||||
|
||||
Reference in New Issue
Block a user