forked from qt-creator/qt-creator
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user