~ubuntu-branches/ubuntu/utopic/musescore/utopic

« back to all changes in this revision

Viewing changes to mscore/mscore/system.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Niall Creech
  • Date: 2010-09-21 19:23:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100921192350-dhx7ynjk9r06o2it
Tags: 0.9.6.2+dfsg-1ubuntu1
* 20_armel-float-cast-fix.dpatch:
  - Define alternative rxpos and rypos calls for armel to handle
  its differenet QpointF rx() and ry() call return values. Ensure qMax
  and qMin calls have equivalent argument types(LP: #642117)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//=============================================================================
2
2
//  MuseScore
3
3
//  Linux Music Score Editor
4
 
//  $Id: system.cpp 2664 2010-01-31 10:42:41Z wschweer $
 
4
//  $Id: system.cpp 3233 2010-06-28 12:54:32Z wschweer $
5
5
//
6
6
//  Copyright (C) 2002-2009 Werner Schweer and others
7
7
//
89
89
System::~System()
90
90
      {
91
91
      delete barLine;
 
92
      foreach(SysStaff* s, _staves)
 
93
            delete s;
92
94
      }
93
95
 
94
96
//---------------------------------------------------------