diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-03 13:37:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-03 13:37:23 +0000 |
| commit | c08f92cd60b3085bca71d25fa7c2d4583339c281 (patch) | |
| tree | c995f317eb61075b9609eb13ecca4d258eb60a6d /src/qmmpui/playlistparser.h | |
| parent | efc9ddaaa552acf0cc3d96f1dcdb2459b27141f3 (diff) | |
| download | qmmp-c08f92cd60b3085bca71d25fa7c2d4583339c281.tar.gz qmmp-c08f92cd60b3085bca71d25fa7c2d4583339c281.tar.bz2 qmmp-c08f92cd60b3085bca71d25fa7c2d4583339c281.zip | |
added playlist functions
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2265 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistparser.h')
| -rw-r--r-- | src/qmmpui/playlistparser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qmmpui/playlistparser.h b/src/qmmpui/playlistparser.h index 5197feefe..285444686 100644 --- a/src/qmmpui/playlistparser.h +++ b/src/qmmpui/playlistparser.h @@ -21,8 +21,7 @@ #define PLAYLISTPARSER_H #include <QObject> - -class PlaylistFormat; +#include "playlistformat.h" /*! @brief The PlaylistParser class provides a simple api to access playlist format plugins. * @author Ilya Kotov <forkotov02@hotmail.ru> |
