summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier/clangformat/clangformatconstants.h
blob: 11673033267495fa29132fbc25c63f5e7cabf70e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 Lorenz Haas
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

#include <QtGlobal>

namespace Beautifier {
namespace Constants {

const char CLANGFORMAT_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("Beautifier::Internal::ClangFormat", "ClangFormat");

} // namespace Constants
} // namespace Beautifier