Change GitClient::executeGit() to take flags instead of bool.

Change-Id: I3cb83914be7e9665f49baf9f563c753c6c3919f1
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Friedemann Kleint
2013-11-28 10:54:39 +01:00
parent f967c3b5d2
commit 6c02c27e9e
2 changed files with 12 additions and 8 deletions

View File

@@ -367,7 +367,7 @@ private:
const QStringList &arguments,
VcsBase::VcsBaseEditorWidget* editor = 0,
bool useOutputToWindow = false,
bool expectChanges = false,
unsigned additionalFlags = 0,
int editorLineNumber = -1);
// Fully synchronous git execution (QProcess-based).