forked from qt-creator/qt-creator
Remove unused ModelManagerInterface:isIdle()
Change-Id: I7c607bcc0a03219d7d6205a0c5fbdd3d46f9e9fa Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -664,12 +664,6 @@ QList<ModelManagerInterface::ProjectInfo> ModelManagerInterface::allProjectInfos
|
|||||||
return infos;
|
return infos;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ModelManagerInterface::isIdle() const
|
|
||||||
{
|
|
||||||
QMutexLocker futureLocker(&m_futuresMutex);
|
|
||||||
return m_futureSynchronizer.isEmpty();
|
|
||||||
}
|
|
||||||
|
|
||||||
void ModelManagerInterface::emitDocumentChangedOnDisk(Document::Ptr doc)
|
void ModelManagerInterface::emitDocumentChangedOnDisk(Document::Ptr doc)
|
||||||
{
|
{
|
||||||
emit documentChangedOnDisk(std::move(doc));
|
emit documentChangedOnDisk(std::move(doc));
|
||||||
|
@@ -161,7 +161,6 @@ public:
|
|||||||
void updateQrcFile(const QString &path);
|
void updateQrcFile(const QString &path);
|
||||||
ProjectInfo projectInfoForPath(const QString &path) const;
|
ProjectInfo projectInfoForPath(const QString &path) const;
|
||||||
QList<ProjectInfo> allProjectInfosForPath(const QString &path) const;
|
QList<ProjectInfo> allProjectInfosForPath(const QString &path) const;
|
||||||
bool isIdle() const ;
|
|
||||||
|
|
||||||
QStringList importPathsNames() const;
|
QStringList importPathsNames() const;
|
||||||
QmlJS::QmlLanguageBundles activeBundles() const;
|
QmlJS::QmlLanguageBundles activeBundles() const;
|
||||||
|
Reference in New Issue
Block a user