forked from qt-creator/qt-creator
ClangFormat: Fix terminology
It is either `ClangFormat` (the product) or `clang-format` (the executable). Change-Id: I018abd8c6f3d33a7d93259f79ce09174e451a5df Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -375,8 +375,10 @@ public:
|
|||||||
private:
|
private:
|
||||||
void slotImportClicked() final
|
void slotImportClicked() final
|
||||||
{
|
{
|
||||||
const FilePath filePath =
|
const FilePath filePath = FileUtils::getOpenFilePath(
|
||||||
FileUtils::getOpenFilePath(this, Tr::tr("Import Code Format"), {},
|
this,
|
||||||
|
Tr::tr("Import Code Format"),
|
||||||
|
{},
|
||||||
Tr::tr("ClangFormat (*clang-format*);;All files (*)"));
|
Tr::tr("ClangFormat (*clang-format*);;All files (*)"));
|
||||||
if (!filePath.isEmpty()) {
|
if (!filePath.isEmpty()) {
|
||||||
QString name = QInputDialog::getText(
|
QString name = QInputDialog::getText(
|
||||||
|
Reference in New Issue
Block a user