aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/copilot/copilotprojectpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/copilot/copilotprojectpanel.h')
-rw-r--r--src/plugins/copilot/copilotprojectpanel.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/plugins/copilot/copilotprojectpanel.h b/src/plugins/copilot/copilotprojectpanel.h
new file mode 100644
index 00000000000..2f4be6d6f9c
--- /dev/null
+++ b/src/plugins/copilot/copilotprojectpanel.h
@@ -0,0 +1,15 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
+#pragma once
+
+namespace ProjectExplorer {
+class ProjectSettingsWidget;
+class Project;
+} // namespace ProjectExplorer
+
+namespace Copilot::Internal {
+
+ProjectExplorer::ProjectSettingsWidget *createCopilotProjectPanel(ProjectExplorer::Project *project);
+
+} // namespace Copilot::Internal