Git - execute push asynchronously

Change-Id: I0d5b0eaf562d30f34f01bcf344791a4ce766bdab
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:24:58 +02:00
parent dd7c2e622e
commit 36bec480ae
5 changed files with 8 additions and 12 deletions

View File

@@ -172,7 +172,7 @@ void RemoteDialog::pushToRemote()
const int row = indexList.at(0).row();
const QString remoteName = m_remoteModel->remoteName(row);
m_remoteModel->client()->synchronousPush(m_remoteModel->workingDirectory(),
m_remoteModel->client()->push(m_remoteModel->workingDirectory(),
QStringList() << remoteName);
}