forked from qt-creator/qt-creator
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:
@@ -350,7 +350,7 @@ void GerritPlugin::push()
|
||||
target += QLatin1Char('/') + topic;
|
||||
args << target;
|
||||
|
||||
Git::Internal::GitPlugin::instance()->gitClient()->synchronousPush(topLevel, args);
|
||||
Git::Internal::GitPlugin::instance()->gitClient()->push(topLevel, args);
|
||||
}
|
||||
|
||||
// Open or raise the Gerrit dialog window.
|
||||
|
||||
Reference in New Issue
Block a user