Python: Remove now unused interpreter aspect

Change-Id: I107ca665cf2fa2b707dba46917ce45f240d15654
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2024-02-01 14:11:37 +01:00
parent 5051a77c8b
commit 8499240544

View File

@@ -11,17 +11,6 @@ namespace Python::Internal {
class PySideUicExtraCompiler; class PySideUicExtraCompiler;
class PythonInterpreterAspect final : public ProjectExplorer::InterpreterAspect
{
public:
PythonInterpreterAspect(Utils::AspectContainer *container, ProjectExplorer::RunConfiguration *rc);
~PythonInterpreterAspect() final;
private:
friend class PythonRunConfiguration;
class PythonInterpreterAspectPrivate *d = nullptr;
};
class PythonRunConfigurationFactory : public ProjectExplorer::RunConfigurationFactory class PythonRunConfigurationFactory : public ProjectExplorer::RunConfigurationFactory
{ {
public: public: