From 36bec480ae6ddc1ae0e545e91f21e76b06299a29 Mon Sep 17 00:00:00 2001 From: Petar Perisin Date: Mon, 3 Jun 2013 23:24:58 +0200 Subject: Git - execute push asynchronously Change-Id: I0d5b0eaf562d30f34f01bcf344791a4ce766bdab Reviewed-by: Orgad Shaneh Reviewed-by: Tobias Hunger --- src/plugins/git/gitplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/git/gitplugin.cpp') diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index 3384d7f411..bbc5ef771b 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -1103,7 +1103,7 @@ void GitPlugin::push() { const VcsBase::VcsBasePluginState state = currentState(); QTC_ASSERT(state.hasTopLevel(), return); - m_gitClient->synchronousPush(state.topLevel()); + m_gitClient->push(state.topLevel()); } void GitPlugin::startMergeTool() -- cgit v1.2.1