QtcProcess: Fix a comment

Amends 8e0ae8ba96

Change-Id: Ie5b99525ec7de0565cd79ed52c7fc094d5509ddc
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2022-03-23 16:39:47 +01:00
parent 62eb36e7ec
commit 6d853023c6

View File

@@ -149,7 +149,7 @@ public:
qint64 *pid = nullptr); qint64 *pid = nullptr);
// Starts the command and waits for finish. // Starts the command and waits for finish.
// User input processing is enabled when WithEventLoop was passed. // User input processing is enabled when EventLoopMode::On was passed.
void runBlocking(EventLoopMode eventLoopMode = EventLoopMode::Off); void runBlocking(EventLoopMode eventLoopMode = EventLoopMode::Off);
/* Timeout for hanging processes (triggers after no more output /* Timeout for hanging processes (triggers after no more output