diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-12-06 05:30:14 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-12-06 05:30:14 +0000 |
| commit | 7c76e761240e9fba54196bd701916e29e033c24e (patch) | |
| tree | 09b805316bbda228115d911ec139d76e29d0a2df /src/plugins/Input/cdaudio | |
| parent | 99754184a3696f29e27498b78bf5c8e1385ada8b (diff) | |
| download | qmmp-7c76e761240e9fba54196bd701916e29e033c24e.tar.gz qmmp-7c76e761240e9fba54196bd701916e29e033c24e.tar.bz2 qmmp-7c76e761240e9fba54196bd701916e29e033c24e.zip | |
fixed copyright
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3952 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/cdaudio')
| -rw-r--r-- | src/plugins/Input/cdaudio/decodercdaudiofactory.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/Input/cdaudio/decodercdaudiofactory.h b/src/plugins/Input/cdaudio/decodercdaudiofactory.h index 603b0b32e..a63ea94d3 100644 --- a/src/plugins/Input/cdaudio/decodercdaudiofactory.h +++ b/src/plugins/Input/cdaudio/decodercdaudiofactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009 by Ilya Kotov * + * Copyright (C) 2009-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -24,7 +24,6 @@ #include <QString> #include <QIODevice> #include <QWidget> - #include <qmmp/decoder.h> #include <qmmp/output.h> #include <qmmp/decoderfactory.h> @@ -33,7 +32,7 @@ class DecoderCDAudioFactory : public QObject, DecoderFactory { Q_OBJECT - Q_INTERFACES(DecoderFactory); + Q_INTERFACES(DecoderFactory) public: bool supports(const QString &source) const; bool canDecode(QIODevice *input) const; |
