comparison data/model/SparseModel.h @ 247:21b9b25bff48

* More useful status bar text -- show the current play time and the extents of the visible area * Add update-i18n.sh to update the i18n/ts and qm files -- I can't get qmake to do the right thing now that the project file has been split up into several project files * Fix missing Q_OBJECTs, etc, reported by lupdate * Update Russian translation from AlexandrE
author Chris Cannam
date Wed, 07 Mar 2007 17:07:02 +0000
parents 86766fef5467
children 084ae1c213ee
comparison
equal deleted inserted replaced
246:d7eeffbb8aaf 247:21b9b25bff48
33 */ 33 */
34 34
35 template <typename PointType> 35 template <typename PointType>
36 class SparseModel : public Model 36 class SparseModel : public Model
37 { 37 {
38 Q_OBJECT
39
38 public: 40 public:
39 SparseModel(size_t sampleRate, size_t resolution, 41 SparseModel(size_t sampleRate, size_t resolution,
40 bool notifyOnAdd = true); 42 bool notifyOnAdd = true);
41 virtual ~SparseModel() { } 43 virtual ~SparseModel() { }
42 44