diff options
author | Petar Perisin <[email protected]> | 2013-06-03 23:12:17 +0200 |
---|---|---|
committer | Petar Perisin <[email protected]> | 2013-06-04 10:58:56 +0200 |
commit | 80a7107691643f5df121e383efb1f1975b64c744 (patch) | |
tree | 6186b3eff6536fc050995a7b479d42763c77583d /src/plugins/git/gitclient.h | |
parent | 26142b849bee4e3f8913ad1eeee1eafd97076eeb (diff) |
Git - execute fetch asynchronously
Change-Id: Ic2243adaa36444099f834676186331927f3f4588
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 024ed600281..ef0c1ec31af 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -238,7 +238,7 @@ public: bool cloneRepository(const QString &directory, const QByteArray &url); QString vcsGetRepositoryURL(const QString &directory); - bool synchronousFetch(const QString &workingDirectory, const QString &remote); + void fetch(const QString &workingDirectory, const QString &remote); bool synchronousPull(const QString &workingDirectory, bool rebase); bool synchronousPush(const QString &workingDirectory, const QStringList &pushArgs = QStringList()); |