diff options
Diffstat (limited to 'src/plugins/Input/mad/decodermadfactory.h')
| -rw-r--r-- | src/plugins/Input/mad/decodermadfactory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.h b/src/plugins/Input/mad/decodermadfactory.h index 70e827a28..9facac68a 100644 --- a/src/plugins/Input/mad/decodermadfactory.h +++ b/src/plugins/Input/mad/decodermadfactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2015 by Ilya Kotov * + * Copyright (C) 2006-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -38,7 +38,6 @@ Q_INTERFACES(DecoderFactory) public: DecoderMADFactory(); - bool supports(const QString &source) const; bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; Decoder *create(const QString &path, QIODevice *input); |
