forked from qt-creator/qt-creator
QmlJSTools: Convert to using Tr::tr
Change-Id: I40595e560fb2499226bd2c914a0b78ed68f830ab Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "qmljscodestylesettingswidget.h"
|
||||
|
||||
#include "qmljscodestylesettings.h"
|
||||
#include "qmljstoolstr.h"
|
||||
|
||||
#include <utils/layoutbuilder.h>
|
||||
|
||||
@@ -22,9 +22,9 @@ QmlJSCodeStyleSettingsWidget::QmlJSCodeStyleSettingsWidget(QWidget *parent)
|
||||
using namespace Utils::Layouting;
|
||||
Column {
|
||||
Group {
|
||||
title(tr("Qml JS Code Style")),
|
||||
title(Tr::tr("Qml JS Code Style")),
|
||||
Form {
|
||||
tr("&Line length:"), m_lineLengthSpinBox, br,
|
||||
Tr::tr("&Line length:"), m_lineLengthSpinBox, br,
|
||||
}
|
||||
}
|
||||
}.attachTo(this, WithoutMargins);
|
||||
|
||||
Reference in New Issue
Block a user