comparison data/fileio/FileSource.h @ 1126:39019ce29178 tony-2.0-integration

Merge through to branch for Tony 2.0
author Chris Cannam
date Thu, 20 Aug 2015 14:54:21 +0100
parents 329ddaf7415d
children ad5f892c0c4d
comparison
equal deleted inserted replaced
1119:e22bfe8ca248 1126:39019ce29178
165 * Return the MIME content type of this file, if known. 165 * Return the MIME content type of this file, if known.
166 */ 166 */
167 QString getContentType() const; 167 QString getContentType() const;
168 168
169 /** 169 /**
170 * Return the file extension for this file, if any. 170 * Return the file extension for this file, if any. The returned
171 * extension is always lower-case.
171 */ 172 */
172 QString getExtension() const; 173 QString getExtension() const;
173 174
174 /** 175 /**
175 * Return an error message, if isOK() is false. 176 * Return an error message, if isOK() is false.