Mercurial > hg > svcore
comparison data/fileio/MIDIFileReader.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 | 1a42221a1522 |
children | 084ae1c213ee |
comparison
equal
deleted
inserted
replaced
246:d7eeffbb8aaf | 247:21b9b25bff48 |
---|---|
33 | 33 |
34 class MIDIEvent; | 34 class MIDIEvent; |
35 | 35 |
36 class MIDIFileReader : public DataFileReader, public QObject | 36 class MIDIFileReader : public DataFileReader, public QObject |
37 { | 37 { |
38 Q_OBJECT | |
39 | |
38 public: | 40 public: |
39 MIDIFileReader(QString path, size_t mainModelSampleRate); | 41 MIDIFileReader(QString path, size_t mainModelSampleRate); |
40 virtual ~MIDIFileReader(); | 42 virtual ~MIDIFileReader(); |
41 | 43 |
42 virtual bool isOK() const; | 44 virtual bool isOK() const; |