forked from qt-creator/qt-creator
ProjectExplorer: Tr::tr
Change-Id: I8f1b463c5cc7a53627f7a9ad261998b92f13e56a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user