aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppqtstyleindenter.h
blob: dbb776d456fa97cce686d7124a4997d05d33d2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#include "cppeditor_global.h"

#include <texteditor/textindenter.h>

namespace CppEditor {

CPPEDITOR_EXPORT TextEditor::Indenter *createCppQtStyleIndenter(QTextDocument *doc);

} // namespace CppEditor