Git - execute fetch asynchronously

Change-Id: Ic2243adaa36444099f834676186331927f3f4588
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Petar Perisin
2013-06-03 23:12:17 +02:00
parent 26142b849b
commit 80a7107691
4 changed files with 6 additions and 9 deletions

View File

@@ -1075,7 +1075,7 @@ bool GitPlugin::submitEditorAboutToClose()
void GitPlugin::fetch()
{
m_gitClient->synchronousFetch(currentState().topLevel(), QString());
m_gitClient->fetch(currentState().topLevel(), QString());
}
void GitPlugin::pull()