ProjectExplorer: Tr::tr

Change-Id: I8f1b463c5cc7a53627f7a9ad261998b92f13e56a
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2023-01-13 12:38:22 +01:00
parent e373fe6aa9
commit c5f7f5ab0a
149 changed files with 1672 additions and 15967 deletions

View File

@@ -5,6 +5,7 @@
#include "editorconfiguration.h"
#include "project.h"
#include "projectexplorertr.h"
#include <cppeditor/cppeditorconstants.h>
@@ -50,7 +51,7 @@ CodeStyleSettingsWidget::CodeStyleSettingsWidget(Project *project)
using namespace Utils::Layouting;
Column {
Row { new QLabel(tr("Language:")), languageComboBox, st },
Row { new QLabel(Tr::tr("Language:")), languageComboBox, st },
stackedWidget
}.attachTo(this, WithoutMargins);
}