CodingStyle: Fix Utils::QtcProcess -> Utils::Process rename

Change-Id: Iabcfcdea47bf6372904b5a0f89c568790df90023
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Jarek Kobus
2024-06-19 11:55:03 +02:00
parent 92761ad293
commit b4f798d002

View File

@@ -637,8 +637,8 @@
\li Use Utils::FilePath for any QString that semantically is a file or directory,
see also \l{Passing File Names}.
\li Prefer using Utils::FilePath over any use of QDir and QFileInfo.
\li Prefer using Utils::QtcProcess over QProcess.
\li If Utils::FilePath or Utils::QtcProcess functionality is not sufficient
\li Prefer using Utils::Process over QProcess.
\li If Utils::FilePath or Utils::Process functionality is not sufficient
for your purpose, prefer enhancing them over falling back to QString
or QProcess.
\li Avoid platform #ifdefs unless they are absolutely needed for locally