aboutsummaryrefslogtreecommitdiff
path: root/src/qmmp/decoderfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmp/decoderfactory.h')
-rw-r--r--src/qmmp/decoderfactory.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/qmmp/decoderfactory.h b/src/qmmp/decoderfactory.h
index 155c1f6fb..144d3ccd7 100644
--- a/src/qmmp/decoderfactory.h
+++ b/src/qmmp/decoderfactory.h
@@ -84,13 +84,10 @@ public:
virtual const DecoderProperties properties() const = 0;
/*!
* Creates decoder object.
- * @param parent Parent object.
* @param input Input data (if required)
- * @param output Output object (if required)
* @param path File path
*/
- virtual Decoder *create(QObject *parent, QIODevice *input = 0,
- Output *output = 0, const QString &path = QString()) = 0;
+ virtual Decoder *create(QIODevice *input = 0, const QString &path = QString()) = 0;
/*!
* Extracts metadata and audio information from file \b path and returns a list of FileInfo items.
* One file may contain several playlist items (for example: cda disk or flac with embedded cue)