2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2020 Leander Schulten <Leander.Schulten@rwth-aachen.de>
|
2022-12-21 10:12:09 +01:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
2020-08-20 00:33:24 +02:00
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2022-07-12 17:29:31 +02:00
|
|
|
namespace CppEditor::Internal {
|
|
|
|
|
|
2023-11-15 14:55:20 +01:00
|
|
|
void setupCppQuickFixProjectPanel();
|
2020-08-20 00:33:24 +02:00
|
|
|
|
2022-07-12 17:29:31 +02:00
|
|
|
} // CppEditor::Internal
|