forked from qt-creator/qt-creator
QtcProcess: Fix a comment
Amends 8e0ae8ba96
Change-Id: Ie5b99525ec7de0565cd79ed52c7fc094d5509ddc
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user