forked from qt-creator/qt-creator
VCS: Remove removeColorCodes
status output can be uncolorized using the git config value color.status=false (works for short status since git 1.7.0) Change-Id: I0887ab9a02f4c98fe54a94a53ffcd4f91fef8699 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
54b7146986
commit
8aa1c9bc37
@@ -66,10 +66,6 @@ public:
|
||||
bool lastExecutionSuccess() const;
|
||||
int lastExecutionExitCode() const;
|
||||
|
||||
// Clean output from carriage return and ANSI color codes
|
||||
// Workaround until all relevant commands support "--no-color"
|
||||
static void removeColorCodes(QByteArray *data);
|
||||
|
||||
const QString &binaryPath() const;
|
||||
const QString &workingDirectory() const;
|
||||
const QProcessEnvironment &processEnvironment() const;
|
||||
|
||||
Reference in New Issue
Block a user