diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-17 08:29:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-17 08:29:53 +0000 |
| commit | a969c8d9e57cb96c221380b29a134216a6f51464 (patch) | |
| tree | e1ab6581cc920260a3782c3c63ce89bd9a2072e8 /src/qmmpui/playlistformat.h | |
| parent | b95cc51a569315e0f44fadd6b0a959fc7f8bd14e (diff) | |
| download | qmmp-a969c8d9e57cb96c221380b29a134216a6f51464.tar.gz qmmp-a969c8d9e57cb96c221380b29a134216a6f51464.tar.bz2 qmmp-a969c8d9e57cb96c221380b29a134216a6f51464.zip | |
fixed playlist format header
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3318 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistformat.h')
| -rw-r--r-- | src/qmmpui/playlistformat.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/qmmpui/playlistformat.h b/src/qmmpui/playlistformat.h index a2dd2ee10..222425924 100644 --- a/src/qmmpui/playlistformat.h +++ b/src/qmmpui/playlistformat.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2012 by Ilya Kotov * + * Copyright (C) 2006-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -18,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef _PALYLISTFORMAT_H -#define _PALYLISTFORMAT_H +#ifndef PALYLISTFORMAT_H +#define PALYLISTFORMAT_H + #include <QStringList> class PlayListItem; @@ -60,6 +61,6 @@ public: virtual QString encode(const QList<PlayListItem*>& contents) = 0; }; -Q_DECLARE_INTERFACE(PlayListFormat,"PlayListFormatInterface/1.0") +Q_DECLARE_INTERFACE(PlayListFormat,"PlayListFormat/1.0") #endif |
