forked from qt-creator/qt-creator
VCS: Remove unused termination mode
Defaults to NoReport and nobody sets other values Change-Id: I3def23bd350fcef45df9eb8d3a0e86baac192bd9 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
0c50c5a1d3
commit
360366ae08
@@ -47,14 +47,6 @@ class VCSBASE_EXPORT Command : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
// Where to report command termination with exit code if desired
|
||||
enum TerminationReportMode
|
||||
{
|
||||
NoReport,
|
||||
ReportStdout, // This assumes UTF8
|
||||
ReportStderr
|
||||
};
|
||||
|
||||
Command(const QString &binary,
|
||||
const QString &workingDirectory,
|
||||
const QProcessEnvironment &environment);
|
||||
@@ -70,10 +62,6 @@ public:
|
||||
const QString &workingDirectory() const;
|
||||
const QProcessEnvironment &processEnvironment() const;
|
||||
|
||||
// Report command termination with exit code
|
||||
TerminationReportMode reportTerminationMode() const;
|
||||
void setTerminationReportMode(TerminationReportMode m);
|
||||
|
||||
int defaultTimeout() const;
|
||||
void setDefaultTimeout(int timeout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user