Fix whitespace/coding style

This commit is contained in:
dt
2011-05-12 12:25:25 +02:00
parent 8e171e0be0
commit b4d38705a1
6 changed files with 8 additions and 8 deletions

View File

@@ -445,7 +445,7 @@ void Qt4Project::updateCppCodeModel()
predefinedMacros = tc->predefinedMacros();
QList<HeaderPath> headers = tc->systemHeaderPaths();
if (activeBC->qtVersion())
if (activeBC->qtVersion())
headers.append(activeBC->qtVersion()->systemHeaderPathes());
foreach (const HeaderPath &headerPath, headers) {
if (headerPath.kind() == HeaderPath::FrameworkHeaderPath)