Python: Use aspects more directly in PythonRunConfiguration

Change-Id: Id85348473236bc01ddcc65ec5302c0537c98c526
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-07-07 18:28:29 +02:00
parent d003cca74e
commit 62795df12a
2 changed files with 80 additions and 79 deletions

View File

@@ -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;