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/decoder.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/decoder.h')
| -rw-r--r-- | lib/decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/decoder.h b/lib/decoder.h index c7b099067..8f2649366 100644 --- a/lib/decoder.h +++ b/lib/decoder.h @@ -12,6 +12,7 @@ #include <QMutex> #include <QWaitCondition> #include <QObject> +#include <QStringList> #include "fileinfo.h" @@ -126,6 +127,7 @@ public: //static void registerFactory(DecoderFactory *); static Decoder *create(QObject *, const QString &, QIODevice *, Output *); static DecoderFactory *findFactory(const QString&); + static DecoderFactory *findByContentType(const QString&); static FileTag *createTag(const QString&); static QString filter(); static QStringList nameFilters(); |
