Vcs: Remove "waiting for data" when process fails

Task-number: QTCREATORBUG-7946

Change-Id: Ic3c3ceddd3b4bf115a1da78a5b5e5b640dbbd1f1
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2013-02-13 11:22:51 +01:00
parent b2bad5e540
commit 83d6e81d94
4 changed files with 15 additions and 2 deletions

View File

@@ -206,6 +206,7 @@ public slots:
// Convenience slot to set data read from stdout, will use the
// documents' codec to decode
void setPlainTextData(const QByteArray &data);
void reportCommandFinished(bool ok, int exitCode, const QVariant &data);
protected:
virtual TextEditor::BaseTextEditor *createEditor();