From 245d0ac0cdb729c94ca71dc035342154d70aa8e5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 5 Aug 2013 11:50:37 +0000 Subject: added playlist groups, disabled broken plugins git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3564 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/playlistformat.h') diff --git a/src/qmmpui/playlistformat.h b/src/qmmpui/playlistformat.h index 222425924..ba7ca26f2 100644 --- a/src/qmmpui/playlistformat.h +++ b/src/qmmpui/playlistformat.h @@ -23,7 +23,7 @@ #include -class PlayListItem; +class PlayListTrack; /*! @brief Helper structure to store playlist format properies. * @author Ilya Kotov @@ -58,7 +58,7 @@ public: * Takes the list of AbstractPlaylistItem objects, should return string of * encoded playlist file */ - virtual QString encode(const QList& contents) = 0; + virtual QString encode(const QList& contents) = 0; }; Q_DECLARE_INTERFACE(PlayListFormat,"PlayListFormat/1.0") -- cgit v1.2.3-13-gbd6f