forked from qt-creator/qt-creator
GitClient: Replace for-each-ref command with QtcProcess
There is no need to use VcsCommand when NoOutput is passed. Get rid of asyncForEachRefCmd(). Change-Id: I91b2226c365c7ce374eccc4884aba7aab5158cb2 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -208,7 +208,6 @@ public:
|
||||
QString *output, QString *errorMessage) const;
|
||||
bool synchronousForEachRefCmd(const Utils::FilePath &workingDirectory, QStringList args,
|
||||
QString *output, QString *errorMessage = nullptr) const;
|
||||
VcsBase::VcsCommand *asyncForEachRefCmd(const Utils::FilePath &workingDirectory, QStringList args) const;
|
||||
bool synchronousRemoteCmd(const Utils::FilePath &workingDirectory, QStringList remoteArgs,
|
||||
QString *output = nullptr, QString *errorMessage = nullptr,
|
||||
bool silent = false) const;
|
||||
|
||||
Reference in New Issue
Block a user