diff options
Diffstat (limited to 'src/plugins/Input/cdaudio/decodercdaudiofactory.h')
| -rw-r--r-- | src/plugins/Input/cdaudio/decodercdaudiofactory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Input/cdaudio/decodercdaudiofactory.h b/src/plugins/Input/cdaudio/decodercdaudiofactory.h index 1227dfb37..b0f7d4ccb 100644 --- a/src/plugins/Input/cdaudio/decodercdaudiofactory.h +++ b/src/plugins/Input/cdaudio/decodercdaudiofactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2015 by Ilya Kotov * + * Copyright (C) 2009-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -34,7 +34,6 @@ class DecoderCDAudioFactory : public QObject, DecoderFactory Q_OBJECT Q_INTERFACES(DecoderFactory) public: - bool supports(const QString &source) const; bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; Decoder *create(const QString &, QIODevice *); |
