From 4bd77573e83df590f114bbe845506458d2981d50 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 1 Oct 2008 20:19:52 +0000 Subject: decoder api changes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@573 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mad/decodermadfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/mad/decodermadfactory.cpp') diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp index 0d66c68a2..c41ab6fe9 100644 --- a/src/plugins/Input/mad/decodermadfactory.cpp +++ b/src/plugins/Input/mad/decodermadfactory.cpp @@ -99,7 +99,7 @@ Decoder *DecoderMADFactory::create(QObject *parent, QIODevice *input, Output *ou return new DecoderMAD(parent, this, input, output); } -FileInfo *DecoderMADFactory::getFileInfo(const QString &source) +FileInfo *DecoderMADFactory::createFileInfo(const QString &source) { FileInfo *info = new FileInfo(); TagLib::Tag *tag = 0; -- cgit v1.2.3-13-gbd6f