forked from qt-creator/qt-creator
ClangFormat: Tr::tr()
Change-Id: Iabbe39bfdd3ae24d65610a00d792e16591a1b6ee Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "clangformatconstants.h"
|
||||
#include "clangformatfile.h"
|
||||
#include "clangformatindenter.h"
|
||||
#include "clangformattr.h"
|
||||
#include "clangformatutils.h"
|
||||
|
||||
// the file was generated by scripts/generateClangFormatChecksLayout.py
|
||||
@@ -82,7 +83,7 @@ ClangFormatConfigWidget::ClangFormatConfigWidget(TextEditor::ICodeStylePreferenc
|
||||
d->config = std::make_unique<ClangFormatFile>(filePathToCurrentSettings(codeStyle->currentPreferences()));
|
||||
|
||||
resize(489, 305);
|
||||
d->fallbackConfig = new QLabel(tr("Clang-Format Style"));
|
||||
d->fallbackConfig = new QLabel(Tr::tr("Clang-Format Style"));
|
||||
d->checksScrollArea = new QScrollArea();
|
||||
d->checksWidget = new ClangFormatChecks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user