Python: Use a separate PythonInterpreterAspect

... and move interpreter related code there.

Change-Id: I108a4bdfa7c3f2078da164ce13e897a18ebdadde
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2023-06-23 13:58:46 +02:00
parent 6f819c07cd
commit 914bc626e7
2 changed files with 30 additions and 36 deletions

View File

@@ -8,7 +8,6 @@
namespace Python::Internal {
class PythonRunConfigurationPrivate;
class PySideUicExtraCompiler;
class PythonRunConfiguration : public ProjectExplorer::RunConfiguration
@@ -20,9 +19,6 @@ public:
~PythonRunConfiguration() override;
QList<PySideUicExtraCompiler *> extraCompilers() const;
private:
PythonRunConfigurationPrivate *d = nullptr;
};
class PythonRunConfigurationFactory : public ProjectExplorer::RunConfigurationFactory