aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.h
diff options
context:
space:
mode:
authorPetar Perisin <[email protected]>2013-06-03 23:16:49 +0200
committerPetar Perisin <[email protected]>2013-06-04 10:59:06 +0200
commitdd7c2e622e5452d369eb8b0feec9e61df2ac18c5 (patch)
treeeccaab66634b5edaf98a5d94de9ea01adad4cf21 /src/plugins/git/gitclient.h
parent80a7107691643f5df121e383efb1f1975b64c744 (diff)
Git - refactor executeGit and remove unnecessary args
Change-Id: Idf770a20db66191b4d7fe3a704d31bdce70505c5 Reviewed-by: Orgad Shaneh <[email protected]> Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r--src/plugins/git/gitclient.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h
index ef0c1ec31af..79faf47c4bc 100644
--- a/src/plugins/git/gitclient.h
+++ b/src/plugins/git/gitclient.h
@@ -356,9 +356,7 @@ private:
const QStringList &arguments,
VcsBase::VcsBaseEditorWidget* editor = 0,
bool useOutputToWindow = false,
- VcsBase::Command::TerminationReportMode tm = VcsBase::Command::NoReport,
- int editorLineNumber = -1,
- bool unixTerminalDisabled = false);
+ int editorLineNumber = -1);
// Fully synchronous git execution (QProcess-based).
bool fullySynchronousGit(const QString &workingDirectory,