aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sndfile/decodersndfilefactory.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-22 15:29:54 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-22 15:29:54 +0000
commitc9d69d13e214c0071a65ba967276f057d204f8f8 (patch)
treea4900266b80116847b0342da2fc86fbb26595dc0 /src/plugins/Input/sndfile/decodersndfilefactory.h
parent362d4e2b4f57a39efeef52a3fd7b5dc432207c0a (diff)
downloadqmmp-c9d69d13e214c0071a65ba967276f057d204f8f8.tar.gz
qmmp-c9d69d13e214c0071a65ba967276f057d204f8f8.tar.bz2
qmmp-c9d69d13e214c0071a65ba967276f057d204f8f8.zip
enabled sndfile plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1248 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sndfile/decodersndfilefactory.h')
-rw-r--r--src/plugins/Input/sndfile/decodersndfilefactory.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.h b/src/plugins/Input/sndfile/decodersndfilefactory.h
index 0a5b160e5..2c8a34523 100644
--- a/src/plugins/Input/sndfile/decodersndfilefactory.h
+++ b/src/plugins/Input/sndfile/decodersndfilefactory.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2007-2008 by Ilya Kotov *
+ * Copyright (C) 2007-2009 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -30,9 +30,6 @@
#include <qmmp/decoderfactory.h>
#include <qmmp/fileinfo.h>
-
-
-
class DecoderSndFileFactory : public QObject,
DecoderFactory
{
@@ -43,9 +40,9 @@ public:
bool supports(const QString &source) const;
bool canDecode(QIODevice *input) const;
const DecoderProperties properties() const;
- Decoder *create(QObject *, QIODevice *, Output *, const QString &path);
+ Decoder *create(const QString &path, QIODevice *);
QList<FileInfo *> createPlayList(const QString &fileName, bool useMetaData);
- QObject* showDetails(QWidget *parent, const QString &path);
+ MetaDataModel* createMetaDataModel(const QString &path, QObject *parent = 0);
void showSettings(QWidget *parent);
void showAbout(QWidget *parent);
QTranslator *createTranslator(QObject *parent);