FlatModel: forgotten change + compile on windows

This commit is contained in:
dt
2010-11-18 18:18:54 +01:00
parent e309310308
commit 01592d60d6
2 changed files with 2 additions and 2 deletions

View File

@@ -1481,7 +1481,7 @@ void Qt4ProFileNode::applyEvaluate(bool parseResult, bool async)
Qt4ProjectType oldType = m_projectType;
// probably all subfiles/projects have changed anyway ...
clear();
bool changesHasBuildTargets = hasBuildTargets() xor hasBuildTargets(projectType);
bool changesHasBuildTargets = hasBuildTargets() ^ hasBuildTargets(projectType);
if (changesHasBuildTargets)
aboutToChangeHasBuildTargets();