forked from qt-creator/qt-creator
Git: Use a separate thread for updating commit data
Task-number: QTCREATORBUG-12449 Change-Id: I3057ca458272daac72c54abce1d6f9acf6a5d4af Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
aaa7cd5851
commit
f3106ebafe
@@ -3174,6 +3174,11 @@ void GitClient::handleMergeConflicts(const QString &workingDir, const QString &c
|
||||
}
|
||||
}
|
||||
|
||||
void GitClient::addFuture(const QFuture<void> &future)
|
||||
{
|
||||
m_synchronizer.addFuture(future);
|
||||
}
|
||||
|
||||
// Subversion: git svn
|
||||
void GitClient::synchronousSubversionFetch(const QString &workingDirectory)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user