aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfixprojectsettingswidget.h
blob: a88395cc7319cc98d66adda72373d6928bef2909 (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 setupCppQuickFixProjectPanel();

} // CppEditor::Internal