forked from qt-creator/qt-creator
Python: Remove now unused interpreter aspect
Change-Id: I107ca665cf2fa2b707dba46917ce45f240d15654 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -11,17 +11,6 @@ namespace Python::Internal {
|
||||
|
||||
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
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user