forked from qt-creator/qt-creator
ShellCommand: Make setDisableUnixTerminal() protected
Change-Id: I5283aeff27bc757b0a840bc2a080839172c7d0c6 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user