Whitespace cleanups and replaceing a functon from XMMSHandler by one in xplayback
This commit is contained in:
parent
8dc34b1759
commit
6af763a954
8 changed files with 33 additions and 19 deletions
|
@ -21,7 +21,9 @@
|
|||
#include "playlistwindow.h"
|
||||
#include "playlistwidget.h"
|
||||
#include "playlistview.h"
|
||||
|
||||
#include "playlistmodel.h"
|
||||
#include "xcollection.h"
|
||||
|
||||
#include "playlistshade.h"
|
||||
#include "playlistmenu.h"
|
||||
|
@ -240,7 +242,8 @@ PlaylistWidget::addButtons (void)
|
|||
b = new PlaylistMenuButton (m_del, Skin::PLS_DEL_ALL_0,
|
||||
Skin::PLS_DEL_ALL_1);
|
||||
connect (b, SIGNAL (activated ()),
|
||||
&XMMSHandler::getInstance(), SLOT (playlistClear ()));
|
||||
XMMSHandler::getInstance().xcollection (),
|
||||
SLOT (playlistClear ()));
|
||||
b = new PlaylistMenuButton (m_del, Skin::PLS_DEL_CRP_0,
|
||||
Skin::PLS_DEL_CRP_1);
|
||||
connect (b, SIGNAL (activated ()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue