diff options
author | Yuchen Deng <[email protected]> | 2012-01-12 16:57:03 +0800 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2012-01-13 11:28:48 +0100 |
commit | 8e1f24a6381b348295a86890b3293d950a935e65 (patch) | |
tree | d544c0bc6e420dd89e427888114d3dcab909fff6 /src/plugins/git/gitclient.h | |
parent | 5fede0d497e2cab7455329cb4ef93a420bccd200 (diff) |
Git: Fix error encoding of output text in some case
Change-Id: I0bf4269266e725d567b3ff69e4a3ea202911b3ab
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 31ac4b740fc..0825e4c5eb4 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -231,6 +231,8 @@ public slots: private slots: void slotBlameRevisionRequested(const QString &source, QString change, int lineNumber); + void appendOutputData(const QByteArray &data) const; + void appendOutputDataSilently(const QByteArray &data) const; private: QTextCodec *getSourceCodec(const QString &file) const; |