forked from qt-creator/qt-creator
Git: Return QByteArray in synchronousShow
Will be used by Grep Change-Id: I9346707eef2fe55085b0edf090e117fe45afe8bf Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
71166d06d0
commit
d4816850f0
@@ -226,7 +226,7 @@ public:
|
||||
QString *errorMessage = 0) const;
|
||||
SubmoduleDataMap submoduleList(const QString &workingDirectory) const;
|
||||
bool synchronousShow(const QString &workingDirectory, const QString &id,
|
||||
QString *output, QString *errorMessage) const;
|
||||
QByteArray *output, QString *errorMessage) const;
|
||||
|
||||
bool synchronousRevListCmd(const QString &workingDirectory, const QStringList &arguments,
|
||||
QString *output, QString *errorMessage = 0) const;
|
||||
|
||||
Reference in New Issue
Block a user