blob: b7cc19fcd0c011cf2a4ebcdc03d6ca38707cddf8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace Coco::Internal {
void setupCocoProjectPanel();
} // namespace Coco::Internal
|