Files
qt-creator/src/plugins/python/pythonwizardpage.h
hjk df71c6a1f0 Python: Use setup function for remaining plugin items
... and remove the now-empty plugin pimpl.

Change-Id: I0db27757e832a0e3ac52b938a4d6ad820adfc195
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
2024-02-05 07:06:30 +00:00

11 lines
241 B
C++

// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace Python::Internal {
void setupPythonWizard();
} // namespace Python::Internal