forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.7'
Conflicts: src/plugins/pythoneditor/tools/lexical/pythonformattoken.h Change-Id: I7b921cd975aa755166a80d219ed5e8b69888aeb0
This commit is contained in:
@@ -462,7 +462,7 @@ void ModelManager::updateProjectInfo(const ProjectInfo &pinfo)
|
||||
|
||||
// dump builtin types if the shipped definitions are probably outdated and the
|
||||
// Qt version ships qmlplugindump
|
||||
if (QtSupport::QtVersionNumber(pinfo.qtVersionString) >= QtSupport::QtVersionNumber(4, 8, 0))
|
||||
if (QtSupport::QtVersionNumber(pinfo.qtVersionString) > QtSupport::QtVersionNumber(4, 8, 5))
|
||||
m_pluginDumper->loadBuiltinTypes(pinfo);
|
||||
|
||||
emit projectInfoUpdated(pinfo);
|
||||
|
||||
Reference in New Issue
Block a user