diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-11-01 16:56:24 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-11-01 16:56:24 +0000 |
| commit | ddb2af1329d04fd02ba17754bbb973a4ad1a6b03 (patch) | |
| tree | c1d49f59d470c54defa3e15ad1cbfcaefeeb5e8a /src | |
| parent | edc0cf1ac10d17473ea1823318825504fcc0c2ad (diff) | |
| download | qmmp-ddb2af1329d04fd02ba17754bbb973a4ad1a6b03.tar.gz qmmp-ddb2af1329d04fd02ba17754bbb973a4ad1a6b03.tar.bz2 qmmp-ddb2af1329d04fd02ba17754bbb973a4ad1a6b03.zip | |
fixed contact information
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7686 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/Output/oss4/outputoss4.h | 2 | ||||
| -rw-r--r-- | src/plugins/Output/oss4/settingsdialog.h | 2 | ||||
| -rw-r--r-- | src/qmmp/decoder.h | 2 | ||||
| -rw-r--r-- | src/qmmp/output.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/Output/oss4/outputoss4.h b/src/plugins/Output/oss4/outputoss4.h index 24637dd8d..5d2cffe8f 100644 --- a/src/plugins/Output/oss4/outputoss4.h +++ b/src/plugins/Output/oss4/outputoss4.h @@ -30,7 +30,7 @@ class VolumeOSS4; /** - @author Ilya Kotov <forkotov@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class OutputOSS4 : public Output { diff --git a/src/plugins/Output/oss4/settingsdialog.h b/src/plugins/Output/oss4/settingsdialog.h index c25e6cfe3..c88da080e 100644 --- a/src/plugins/Output/oss4/settingsdialog.h +++ b/src/plugins/Output/oss4/settingsdialog.h @@ -24,7 +24,7 @@ #include "ui_settingsdialog.h" /** - @author Ilya Kotov <forkotov@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class SettingsDialog : public QDialog { diff --git a/src/qmmp/decoder.h b/src/qmmp/decoder.h index 183a55bfc..90109fde5 100644 --- a/src/qmmp/decoder.h +++ b/src/qmmp/decoder.h @@ -21,7 +21,7 @@ class QmmpPluginCache; /*! @brief The Decoder class provides the base interface class of audio decoders. * @author Brad Hughes <bhughes@trolltech.com> - * @author Ilya Kotov <forkotov@hotmail.ru> + * @author Ilya Kotov <forkotov02@ya.ru> */ class Decoder { diff --git a/src/qmmp/output.h b/src/qmmp/output.h index c937f5c05..a3668d99e 100644 --- a/src/qmmp/output.h +++ b/src/qmmp/output.h @@ -21,7 +21,7 @@ class QmmpPluginCache; /*! @brief The Output class provides the base interface class of audio outputs. * @author Brad Hughes <bhughes@trolltech.com> - * @author Ilya Kotov <forkotov@hotmail.ru> + * @author Ilya Kotov <forkotov02@ya.ru> */ class Output { |
