forked from qt-creator/qt-creator
Python: Use aspects more directly in PythonRunConfiguration
Change-Id: Id85348473236bc01ddcc65ec5302c0537c98c526 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -17,7 +17,7 @@ class PythonInterpreterAspect final : public ProjectExplorer::InterpreterAspect
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit PythonInterpreterAspect(PythonRunConfiguration *rc);
|
||||
PythonInterpreterAspect(Utils::AspectContainer *container, ProjectExplorer::RunConfiguration *rc);
|
||||
~PythonInterpreterAspect() final;
|
||||
|
||||
QList<PySideUicExtraCompiler *> extraCompilers() const;
|
||||
|
||||
Reference in New Issue
Block a user