diff options
author | Tobias Hunger <[email protected]> | 2015-04-10 16:04:42 +0200 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2015-04-14 11:21:21 +0000 |
commit | dcdcf540487448d0f4f0b3cb2ccdd1a305210737 (patch) | |
tree | 00aeccc70106289ccea520a44dedf11546937232 /src/plugins/git/gitclient.h | |
parent | e4db1211ff7291e6e08ccc4991918559745d39bc (diff) |
Vcs: Move vcsFullySynchronousExec into VcsBaseClientImpl
Use that in the gitplugin in favor of fullySynchronousGit.
Change-Id: Ifd981f3fc5e87e16ad52caf32c204f81acffe586
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 59d11ff5c6d..85ec20e6d72 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -373,13 +373,6 @@ private: bool useOutputToWindow = false, unsigned additionalFlags = 0, int editorLineNumber = -1); - // Fully synchronous git execution (QProcess-based). - bool fullySynchronousGit(const QString &workingDirectory, - const QStringList &arguments, - QByteArray *outputText, - QByteArray *errorText = 0, - unsigned flags = 0) const; - // Synchronous git execution using Utils::SynchronousProcess, with // log windows updating (using VcsBasePlugin::runVcs with flags). inline Utils::SynchronousProcessResponse |