forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user