diff options
author | Tobias Hunger <[email protected]> | 2015-04-14 15:26:15 +0200 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2015-04-15 12:24:20 +0000 |
commit | d45dea6cf82e9a46b4c980f4562315d9366bf9dd (patch) | |
tree | 951d8f2cf6e542f354fd60280440f7d0ee3efe2b /src/plugins/git/gitclient.h | |
parent | 7668d4388b08864764f1a8e588070320d8d0bcce (diff) |
Git: Move executeGit into VcsBaseClientImpl
and rename it to vcsExec. Accept a QVariant to set as cookie on the
command instead of a int for the linenumber.
Change-Id: I8240b53e775ac3883f92bdbf7b111abeeeb39426
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 5f5e0bb8e56..25ddab8d30c 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -368,11 +368,6 @@ private: void requestReload(const QString &documentId, const QString &source, const QString &title, std::function<DiffEditor::DiffEditorController *(Core::IDocument *)> factory) const; - VcsBase::VcsCommand *executeGit(const QString &workingDirectory, const QStringList &arguments, - VcsBase::VcsBaseEditorWidget *editor = 0, - bool useOutputToWindow = false, unsigned additionalFlags = 0, - int editorLineNumber = -1); - // determine version as '(major << 16) + (minor << 8) + patch' or 0. unsigned synchronousGitVersion(QString *errorMessage = 0) const; |