diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-01-21 19:03:47 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-01-21 19:03:47 +0000 |
| commit | ae72f1771205127d3faa30fc52fd8f77f3f16a65 (patch) | |
| tree | 501d2ca8903b128b7992bd2085bf54c582888a18 /src/plugins/General/scrobbler/scrobbler.h | |
| parent | d370ae8951e89fc41260636fb5e2993858945c7c (diff) | |
| download | qmmp-ae72f1771205127d3faa30fc52fd8f77f3f16a65.tar.gz qmmp-ae72f1771205127d3faa30fc52fd8f77f3f16a65.tar.bz2 qmmp-ae72f1771205127d3faa30fc52fd8f77f3f16a65.zip | |
fixed typo, updated copyrights
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3183 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler.h')
| -rw-r--r-- | src/plugins/General/scrobbler/scrobbler.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.h b/src/plugins/General/scrobbler/scrobbler.h index 0baaeed1b..c78d8dbad 100644 --- a/src/plugins/General/scrobbler/scrobbler.h +++ b/src/plugins/General/scrobbler/scrobbler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2012 by Ilya Kotov * + * Copyright (C) 2008-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -32,7 +32,6 @@ class SoundCore; /** @author Ilya Kotov <forkotov02@hotmail.ru> */ - class SongInfo { public: @@ -63,6 +62,9 @@ private: }; +/** + @author Ilya Kotov <forkotov02@hotmail.ru> +*/ class Scrobbler : public QObject { Q_OBJECT |
