forked from qt-creator/qt-creator
GitPlugin: Use PluginManager's futureSynchronizer
It's being deleted on plugin unload, so it should be a proper substitute. Change-Id: I27383db72dfa0d5b0df2886b24c96266602ccbac Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -3099,11 +3099,6 @@ void GitClient::handleMergeConflicts(const FilePath &workingDir, const QString &
|
||||
}
|
||||
}
|
||||
|
||||
void GitClient::addFuture(const QFuture<void> &future)
|
||||
{
|
||||
m_synchronizer.addFuture(future);
|
||||
}
|
||||
|
||||
// Subversion: git svn
|
||||
void GitClient::synchronousSubversionFetch(const FilePath &workingDirectory) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user