diff options
Diffstat (limited to 'src/plugins/python/pythonplugin.cpp')
| -rw-r--r-- | src/plugins/python/pythonplugin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/python/pythonplugin.cpp b/src/plugins/python/pythonplugin.cpp index db914afc083..8410d31f9fb 100644 --- a/src/plugins/python/pythonplugin.cpp +++ b/src/plugins/python/pythonplugin.cpp @@ -43,9 +43,6 @@ QObject *pluginInstance() class PythonPluginPrivate { public: - PythonRunConfigurationFactory runConfigFactory; - SimpleTargetRunnerFactory runWorkerFactory{{runConfigFactory.runConfigurationId()}}; - SimpleDebugRunnerFactory debugRunWorkerFactory{{runConfigFactory.runConfigurationId()}, {ProjectExplorer::Constants::DAP_PY_DEBUG_RUN_MODE}}; PythonSettings settings; PythonWizardPageFactory pythonWizardPageFactory; }; @@ -77,6 +74,9 @@ private: setupPySideBuildStep(); setupPythonBuildConfiguration(); + setupPythonRunConfiguration(); + setupPythonRunWorker(); + setupPythonDebugWorker(); setupPythonOutputParser(); KitManager::setIrrelevantAspects(KitManager::irrelevantAspects() |
