forked from qt-creator/qt-creator
VCS: Consolidate codec handling
Change-Id: I2c9a5031b63f0bc3e884739be680d051d7cf1ab4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
a1e9b81cec
commit
0c50c5a1d3
@@ -205,7 +205,7 @@ signals:
|
||||
public slots:
|
||||
// Convenience slot to set data read from stdout, will use the
|
||||
// documents' codec to decode
|
||||
void setPlainTextData(const QByteArray &data);
|
||||
void setPlainText(const QString &text);
|
||||
void reportCommandFinished(bool ok, int exitCode, const QVariant &data);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user