Refactor supportedFileExts from AudioFileProcessor

Refactor supported file extensions from AudioFileProcessor to
sampleBuffer, where the magic really happens. Change the hard-
coded MessageBox explaining supported formats to the real deal.
Also added modelines and switched spaces to tabs in the files
affected.
This commit is contained in:
Andrew Kelley
2009-07-16 04:34:11 -07:00
parent c7205351c2
commit 2aae228af4
8 changed files with 57 additions and 21 deletions

View File

@@ -215,3 +215,5 @@ private:
#endif
/* vim: set tw=0 noexpandtab: */

View File

@@ -46,6 +46,11 @@ class EXPORT sampleBuffer : public QObject, public sharedObject
{
Q_OBJECT
public:
static const char * supportedExts[];
QString niceListOfExts() const;
class EXPORT handleState
{
public:
@@ -254,4 +259,4 @@ signals:
#endif
/* vim: set tw=0 expandtab: */
/* vim: set tw=0 noexpandtab: */