Commit 0ab64d44 authored by Jakob Leben's avatar Jakob Leben

Qt4: missing cleanup and redundant include

parent 323d19aa
......@@ -43,8 +43,6 @@
#include <vlc_playlist.h>
#include <vlc_services_discovery.h>
#include <iostream>
PLSelItem::PLSelItem ( QTreeWidgetItem *i, const QString& text )
: qitem(i), btnAction( NULL )
{
......@@ -133,6 +131,8 @@ PLSelector::PLSelector( QWidget *p, intf_thread_t *_p_intf )
PLSelector::~PLSelector()
{
delete plEM;
if( podcastsParent )
{
int c = podcastsParent->childCount();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment