forked from qt-creator/qt-creator
Utils: Add runAsRoot and useTerminal flags for QtcProcess
Not implemented right now. Change-Id: Ifdd5870b757f260c72fccb423140584688aa9898 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -104,6 +104,8 @@ public:
|
||||
void setUseCtrlCStub(bool enabled);
|
||||
void setLowPriority();
|
||||
void setDisableUnixTerminal();
|
||||
void setUseTerminal(bool on);
|
||||
void setRunAsRoot(bool on);
|
||||
|
||||
void start();
|
||||
void terminate();
|
||||
|
||||
Reference in New Issue
Block a user