~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/analyzers/boomanalyzer.cpp

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
}
80
80
 
81
81
void
82
 
BoomAnalyzer::analyze( QPainter& p, const Scope& scope )
 
82
BoomAnalyzer::analyze( QPainter& p, const Scope& scope, bool new_frame)
83
83
{
84
84
    float h;
85
85
    const uint MAX_HEIGHT = height() - 1;