diff options
| author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2025-01-02 14:18:31 +0100 |
|---|---|---|
| committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2025-01-06 14:56:13 +0000 |
| commit | ab27988186b345fdd06740c1c6bb048ee72156fa (patch) | |
| tree | db572f0e498019e6aefc5f4ac8a93bc0c98f3184 /src/plugins/python/pythonrunconfiguration.cpp | |
| parent | 638874edfbea299d7c9eeb742a41b96788cf5aa4 (diff) | |
PE: Rename SimpleTargetRunner into ProcessRunner
Change-Id: Ie666fe0811aa63c54edf12934c6db4e17b26c252
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/python/pythonrunconfiguration.cpp')
| -rw-r--r-- | src/plugins/python/pythonrunconfiguration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythonrunconfiguration.cpp b/src/plugins/python/pythonrunconfiguration.cpp index e8f6719a0ab..7a53f0427ec 100644 --- a/src/plugins/python/pythonrunconfiguration.cpp +++ b/src/plugins/python/pythonrunconfiguration.cpp @@ -178,7 +178,7 @@ void setupPythonRunConfiguration() void setupPythonRunWorker() { - static SimpleTargetRunnerFactory thePythonRunWorkerFactory( + static ProcessRunnerFactory thePythonRunWorkerFactory( {Constants::C_PYTHONRUNCONFIGURATION_ID} ); } |
