ShellCommand: Make setDisableUnixTerminal() protected

Change-Id: I5283aeff27bc757b0a840bc2a080839172c7d0c6
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Jarek Kobus
2022-07-12 09:32:38 +02:00
parent 7ddbaadcb6
commit 9306ad61d2

View File

@@ -124,8 +124,6 @@ public:
bool hasProgressParser() const;
void setProgressiveOutput(bool progressive);
void setDisableUnixTerminal();
// This is called once per job in a thread.
// When called from the UI thread it will execute fully synchronously, so no signals will
// be triggered!
@@ -152,6 +150,7 @@ signals:
protected:
virtual void addTask(QFuture<void> &future);
void setDisableUnixTerminal();
int timeoutS() const;
FilePath workDirectory(const FilePath &wd) const;