forked from qt-creator/qt-creator
Revert "Reset qml code model after build"
It turns out that 604dfa57ef
makes QtC freeze after each build on bigger QMake projects, so revert it.
Change-Id: I05eb45706176956f9cca47a9f9a10cff9f0125d5
Fixes: QTCREATORBUG-31582
Reopens: QTCREATORBUG-24428
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
75be9e9941
commit
26dcf27f4f
@@ -745,10 +745,8 @@ void QmakeBuildSystem::asyncUpdate()
|
|||||||
|
|
||||||
void QmakeBuildSystem::buildFinished(bool success)
|
void QmakeBuildSystem::buildFinished(bool success)
|
||||||
{
|
{
|
||||||
if (success) {
|
if (success)
|
||||||
m_invalidateQmakeVfsContents = true;
|
m_invalidateQmakeVfsContents = true;
|
||||||
updateQmlJSCodeModel();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Tasks QmakeProject::projectIssues(const Kit *k) const
|
Tasks QmakeProject::projectIssues(const Kit *k) const
|
||||||
|
Reference in New Issue
Block a user