~ubuntu-branches/ubuntu/saucy/ifrit/saucy

« back to all changes in this revision

Viewing changes to shells/generic/iggdialogperformancemeter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-10-28 15:06:32 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061028150632-hyvuhvsv6zpmf5ev
Tags: 3.0.5-1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
        protected:
68
68
 
69
 
                virtual bool UpdateWidgetBody()
 
69
                virtual void UpdateWidgetBody()
70
70
                {
71
71
                        float v;
72
72
                        int p = 0;
127
127
                        }
128
128
 
129
129
                        if(fabs(mValue-prev) > acc) this->Display(mValue,p);
130
 
 
131
 
                        return true;
132
130
                }
133
131
 
134
132
                int mWarning;