Python: use new runconfiguration aspect update mechanism

Change-Id: I60807350460e75172bf4744beeb1474755ff4187
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-11-25 18:34:51 +01:00
parent 300a022bcd
commit 684d3e40a7
2 changed files with 9 additions and 13 deletions

View File

@@ -51,8 +51,6 @@ private:
bool supportsDebugger() const;
QString mainScript() const;
QString arguments() const;
void updateTargetInformation();
};
class PythonRunConfigurationFactory : public ProjectExplorer::RunConfigurationFactory