Utils: Use QtcProcess

Change-Id: Ia3cd4706c6b23a17bc4d84d06018ad16a4e3f428
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Artem Sokolovskii
2021-08-25 13:51:49 +02:00
parent e3d87f9d0f
commit d3ff45ad8b
3 changed files with 9 additions and 6 deletions

View File

@@ -131,6 +131,7 @@ public:
bool operator>(const FilePath &other) const;
bool operator>=(const FilePath &other) const;
FilePath operator+(const QString &s) const;
FilePath operator/(const QString &str) const;
bool isChildOf(const FilePath &s) const;
bool isChildOf(const QDir &dir) const;
@@ -163,8 +164,6 @@ public:
FilePath resolveSymlinks() const;
FilePath withExecutableSuffix() const;
FilePath operator/(const QString &str) const;
void clear();
bool isEmpty() const;