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/fileloader_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/fileloader_p.h') diff --git a/src/qmmpui/fileloader_p.h b/src/qmmpui/fileloader_p.h index a2e2a468f..fc3c798f3 100644 --- a/src/qmmpui/fileloader_p.h +++ b/src/qmmpui/fileloader_p.h @@ -26,7 +26,7 @@ #include #include -class PlayListItem; +class PlayListTrack; class QmmpUiSettings; /*! @internal @@ -73,7 +73,7 @@ signals: * Emitted when new playlist item is available. * @param item Pointer of the new PlayListItem object. */ - void newPlayListItem(PlayListItem *item); + void newPlayListTrack(PlayListTrack *item); protected: virtual void run(); -- cgit v1.2.3-13-gbd6f