default cumulative mode to off

this is clearly more often used and thus makes for cleaner code

Change-Id: Ic8d100cbfc4134f1b73117b4f4a5aa5a6f4e0ccb
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Oswald Buddenhagen
2012-06-18 10:03:45 +02:00
parent fe68b3dc6e
commit 55dfc27c52
5 changed files with 3 additions and 15 deletions

View File

@@ -1681,9 +1681,9 @@ void Qt4ProFileNode::setupReader()
Q_ASSERT(!m_readerCumulative);
m_readerExact = m_project->createProFileReader(this);
m_readerExact->setCumulative(false);
m_readerCumulative = m_project->createProFileReader(this);
m_readerCumulative->setCumulative(true);
}
Qt4ProFileNode::EvalResult Qt4ProFileNode::evaluate()