diff options
author | Jarek Kobus <[email protected]> | 2025-01-02 14:18:31 +0100 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2025-01-06 14:56:13 +0000 |
commit | ab27988186b345fdd06740c1c6bb048ee72156fa (patch) | |
tree | db572f0e498019e6aefc5f4ac8a93bc0c98f3184 /src/plugins/qmlprojectmanager/qmlprojectplugin.cpp | |
parent | 638874edfbea299d7c9eeb742a41b96788cf5aa4 (diff) |
PE: Rename SimpleTargetRunner into ProcessRunner
Change-Id: Ie666fe0811aa63c54edf12934c6db4e17b26c252
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlprojectplugin.cpp')
-rw-r--r-- | src/plugins/qmlprojectmanager/qmlprojectplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlprojectplugin.cpp b/src/plugins/qmlprojectmanager/qmlprojectplugin.cpp index 42d6b5b62df..5eca23749db 100644 --- a/src/plugins/qmlprojectmanager/qmlprojectplugin.cpp +++ b/src/plugins/qmlprojectmanager/qmlprojectplugin.cpp @@ -272,7 +272,7 @@ private: void extensionsInitialized() final { // These rely on the base tool factories being present: - static SimpleTargetRunnerFactory runWorkerFactory{{Constants::QML_RUNCONFIG_ID}}; + static ProcessRunnerFactory runWorkerFactory{{Constants::QML_RUNCONFIG_ID}}; static SimpleQmlProfilerRunnerFactory qmlProfilerRunWorkerFactory{{Constants::QML_RUNCONFIG_ID}}; static SimpleDebugRunnerFactory debugRunWorkerFactory{{Constants::QML_RUNCONFIG_ID}}; static SimplePreviewRunnerFactory previewRunWorkerFactory{{Constants::QML_RUNCONFIG_ID}}; |