aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfixsettingspage.h
blob: 6288c9f9f257934554220290462482b6bf590988 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2020 Leander Schulten <Leander.Schulten@rwth-aachen.de>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

namespace CppEditor::Internal {

void setupCppQuickFixSettings();

} // CppEditor::Internal