Process: Rename processutils.{cpp,h} into processhelper.{cpp,h}

Make room for processutils.h which is going to contain
the exported stuff.

Change-Id: I87498c3a1d0708210aa970e2d45adaa0adb6e76a
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2024-01-17 01:05:37 +01:00
parent 87b040d852
commit 719d0f8335
9 changed files with 12 additions and 12 deletions

View File

@@ -9,8 +9,8 @@
#include "hostosinfo.h"
#include "launcherinterface.h"
#include "launchersocket.h"
#include "processhelper.h"
#include "processreaper.h"
#include "processutils.h"
#include "stringutils.h"
#include "terminalhooks.h"
#include "threadutils.h"