forked from qt-creator/qt-creator
Change-Id: I60dffd8fb7c00671054b5e229ba8c0a0cb622b1d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
11 lines
279 B
C++
11 lines
279 B
C++
// 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
|