diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-07-27 16:39:44 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-07-27 16:39:44 +0000 |
| commit | c6d40b3e63ef5af1c83546f41fde38c8f3983c8f (patch) | |
| tree | 7b22bc3f0acb81c0bb68a790ee0adc765801f973 /lib/decoderfactory.h | |
| parent | 6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016 (diff) | |
| download | qmmp-c6d40b3e63ef5af1c83546f41fde38c8f3983c8f.tar.gz qmmp-c6d40b3e63ef5af1c83546f41fde38c8f3983c8f.tar.bz2 qmmp-c6d40b3e63ef5af1c83546f41fde38c8f3983c8f.zip | |
added libcurl support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@40 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'lib/decoderfactory.h')
| -rw-r--r-- | lib/decoderfactory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/decoderfactory.h b/lib/decoderfactory.h index 9fd5b55cd..4e030f43e 100644 --- a/lib/decoderfactory.h +++ b/lib/decoderfactory.h @@ -30,6 +30,7 @@ class QTranslator; class Decoder; class Output; class FileTag; +class QStringList; class DecoderFactory { @@ -39,6 +40,7 @@ public: virtual const QString &name() const = 0; virtual const QString &filter() const = 0; virtual const QString &description() const = 0; //i.e. file description + virtual const QStringList &contentTypes() const = 0; virtual Decoder *create(QObject *, QIODevice *, Output *) = 0; virtual FileTag *createTag(const QString &source) = 0; virtual void showDetails(QWidget *parent, const QString &path) = 0; |
