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

#pragma once

#include <QtGlobal>

namespace Beautifier::Constants {

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

} // Beautifier::Constants