aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/decodermadfactory.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-07-11 05:59:55 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-07-11 05:59:55 +0000
commit4beb7f075d0cc4001d40406823b415602aeef2f5 (patch)
treee6f0fc557873d139c4bceb873d110681f3fbcc8c /src/plugins/Input/mad/decodermadfactory.h
parent887f15da100abe6fed9ff8cd83f8678fbf20b8de (diff)
downloadqmmp-4beb7f075d0cc4001d40406823b415602aeef2f5.tar.gz
qmmp-4beb7f075d0cc4001d40406823b415602aeef2f5.tar.bz2
qmmp-4beb7f075d0cc4001d40406823b415602aeef2f5.zip
improved rusxmms autodetection
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4351 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decodermadfactory.h')
-rw-r--r--src/plugins/Input/mad/decodermadfactory.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.h b/src/plugins/Input/mad/decodermadfactory.h
index fdfdf881b..67fbad20a 100644
--- a/src/plugins/Input/mad/decodermadfactory.h
+++ b/src/plugins/Input/mad/decodermadfactory.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2008 by Ilya Kotov *
+ * Copyright (C) 2006-2014 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -34,9 +34,10 @@ class DecoderMADFactory : public QObject,
DecoderFactory
{
Q_OBJECT
-Q_INTERFACES(DecoderFactory);
+Q_INTERFACES(DecoderFactory)
public:
+ DecoderMADFactory();
bool supports(const QString &source) const;
bool canDecode(QIODevice *input) const;
const DecoderProperties properties() const;
@@ -46,6 +47,9 @@ public:
void showSettings(QWidget *parent);
void showAbout(QWidget *parent);
QTranslator *createTranslator(QObject *parent);
+
+private:
+ bool m_using_rusxmms;
};
#endif