~ubuntu-branches/ubuntu/quantal/kalzium/quantal

« back to all changes in this revision

Viewing changes to src/kalziumdataobject.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-10-02 15:11:04 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20121002151104-mxtvkntvvwtjt33s
Tags: 4:4.9.2-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
        i.next();
126
126
        qDeleteAll( i.value());
127
127
    }
 
128
    
 
129
    //Delete the spectra
 
130
    qDeleteAll(m_spectra);
128
131
}
129
132
 
130
133
Element* KalziumDataObject::element( int number )