forked from qt-creator/qt-creator
Python: Fix debugger start
Change-Id: I9a26c591d174f5f079c4a673a6bf1aedd5cd709c Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -14,8 +14,6 @@ class PythonRunConfiguration;
|
||||
|
||||
class PythonInterpreterAspect final : public ProjectExplorer::InterpreterAspect
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
PythonInterpreterAspect(Utils::AspectContainer *container, ProjectExplorer::RunConfiguration *rc);
|
||||
~PythonInterpreterAspect() final;
|
||||
|
||||
Reference in New Issue
Block a user