Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}

Follows QtcProcess -> Process rename.

Change-Id: I97235a9a40cb7fd52944515b7ab878d96528f919
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Jarek Kobus
2023-05-03 17:05:35 +02:00
parent 470c95c94b
commit a0f6e8dc04
235 changed files with 251 additions and 254 deletions

View File

@@ -13,7 +13,7 @@
#include "utilstr.h"
#ifndef UTILS_STATIC_LIBRARY
#include "qtcprocess.h"
#include "process.h"
#endif
#include <QCoreApplication>