forked from qt-creator/qt-creator
CppTools: Simplify ProjectUpdateInfo
...by using KitInfo. Change-Id: I17b4dd6c368ba8b10b765f12a4663c041c9be7e5 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -323,8 +323,7 @@ void QmakeProject::updateCppCodeModel()
|
||||
}
|
||||
|
||||
CppTools::GeneratedCodeModelSupport::update(generators);
|
||||
m_cppCodeModelUpdater->update(
|
||||
{this, kitInfo.cToolChain, kitInfo.cxxToolChain, kitInfo.kit, rpps});
|
||||
m_cppCodeModelUpdater->update({this, kitInfo, rpps});
|
||||
}
|
||||
|
||||
void QmakeProject::updateQmlJSCodeModel()
|
||||
|
||||
Reference in New Issue
Block a user