aboutsummaryrefslogtreecommitdiff
path: root/lib/decoderfactory.h
diff options
context:
space:
mode:
authorvovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38>2007-10-11 18:16:54 +0000
committervovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38>2007-10-11 18:16:54 +0000
commitf904c00053fe42ef05952d4c1ffceb6af7b07b97 (patch)
treecfa56a69a9e5a34dffc63585c74811a0dbb60c90 /lib/decoderfactory.h
parent652b98828340b6b9b6b7b12faef8f25e6b919362 (diff)
downloadqmmp-f904c00053fe42ef05952d4c1ffceb6af7b07b97.tar.gz
qmmp-f904c00053fe42ef05952d4c1ffceb6af7b07b97.tar.bz2
qmmp-f904c00053fe42ef05952d4c1ffceb6af7b07b97.zip
added tags update
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@168 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'lib/decoderfactory.h')
-rw-r--r--lib/decoderfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decoderfactory.h b/lib/decoderfactory.h
index cfd0e5166..d67d1b564 100644
--- a/lib/decoderfactory.h
+++ b/lib/decoderfactory.h
@@ -53,7 +53,7 @@ public:
virtual const DecoderProperties properties() 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;
+ virtual QObject* showDetails(QWidget *parent, const QString &path) = 0;
virtual void showSettings(QWidget *parent) = 0;
virtual void showAbout(QWidget *parent) = 0;
virtual QTranslator *createTranslator(QObject *parent) = 0;