forked from qt-creator/qt-creator
CodingStyle: Fix Utils::QtcProcess -> Utils::Process rename
Change-Id: Iabcfcdea47bf6372904b5a0f89c568790df90023 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -637,8 +637,8 @@
|
|||||||
\li Use Utils::FilePath for any QString that semantically is a file or directory,
|
\li Use Utils::FilePath for any QString that semantically is a file or directory,
|
||||||
see also \l{Passing File Names}.
|
see also \l{Passing File Names}.
|
||||||
\li Prefer using Utils::FilePath over any use of QDir and QFileInfo.
|
\li Prefer using Utils::FilePath over any use of QDir and QFileInfo.
|
||||||
\li Prefer using Utils::QtcProcess over QProcess.
|
\li Prefer using Utils::Process over QProcess.
|
||||||
\li If Utils::FilePath or Utils::QtcProcess functionality is not sufficient
|
\li If Utils::FilePath or Utils::Process functionality is not sufficient
|
||||||
for your purpose, prefer enhancing them over falling back to QString
|
for your purpose, prefer enhancing them over falling back to QString
|
||||||
or QProcess.
|
or QProcess.
|
||||||
\li Avoid platform #ifdefs unless they are absolutely needed for locally
|
\li Avoid platform #ifdefs unless they are absolutely needed for locally
|
||||||
|
Reference in New Issue
Block a user