Merge commit 'origin/1.3'

This commit is contained in:
con
2009-10-26 15:48:26 +01:00
26 changed files with 370 additions and 173 deletions

View File

@@ -687,7 +687,7 @@ void Qt4Project::updateCodeModel()
pinfo.includePaths == allIncludePaths &&
pinfo.frameworkPaths == allFrameworkPaths &&
pinfo.sourceFiles == files) {
modelmanager->updateProjectInfo(pinfo);
// Nothing to update...
} else {
if (pinfo.defines != predefinedMacros ||
pinfo.includePaths != allIncludePaths ||