comparison data/fileio/DataFileReader.h @ 248:084ae1c213ee

* Add display of selection extents in status bar when dragging a selection * Some build fixes after that i18n update
author Chris Cannam
date Wed, 07 Mar 2007 18:00:49 +0000
parents 1a42221a1522
children ad5f892c0c4d
comparison
equal deleted inserted replaced
247:21b9b25bff48 248:084ae1c213ee
15 15
16 #ifndef _DATA_FILE_READER_H_ 16 #ifndef _DATA_FILE_READER_H_
17 #define _DATA_FILE_READER_H_ 17 #define _DATA_FILE_READER_H_
18 18
19 #include <QString> 19 #include <QString>
20 #include <QObject>
20 21
21 class Model; 22 class Model;
22 23
23 class DataFileReader 24 class DataFileReader : public QObject
24 { 25 {
25 public: 26 public:
26 /** 27 /**
27 * Return true if the file appears to be of the correct type. 28 * Return true if the file appears to be of the correct type.
28 * 29 *