forked from qt-creator/qt-creator
Use Utils::FutureSynchronizer instead of QFutureSynchronizer
Change-Id: Iecfa676f58e5ca82be7c9c94233dcc8d3654c2d7 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
#include <vcsbase/vcsbaseclient.h>
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/futuresynchronizer.h>
|
||||
|
||||
#include <QFutureSynchronizer>
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
@@ -425,7 +425,7 @@ private:
|
||||
QString m_diffCommit;
|
||||
QStringList m_updatedSubmodules;
|
||||
bool m_disableEditor = false;
|
||||
QFutureSynchronizer<void> m_synchronizer; // for commit updates
|
||||
Utils::FutureSynchronizer m_synchronizer; // for commit updates
|
||||
};
|
||||
|
||||
class GitRemote : public Core::IVersionControl::RepoUrl
|
||||
|
Reference in New Issue
Block a user