1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Fix some compilation errors from the merge

This commit is contained in:
Jeff Mitchell
2011-12-26 12:29:56 -05:00
parent 073cbbaad5
commit a4f65cbcc2
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
namespace Tomahawk namespace Tomahawk
{ {
class DLLEXPORT Artist : public QObject, public Tomahwk::PlaylistInterface class DLLEXPORT Artist : public QObject, public Tomahawk::PlaylistInterface
{ {
Q_OBJECT Q_OBJECT

View File

@@ -111,7 +111,7 @@ WhatsHotWidget::WhatsHotWidget( QWidget* parent )
WhatsHotWidget::~WhatsHotWidget() WhatsHotWidget::~WhatsHotWidget()
{ {
m_workerThread->exit(0); m_workerThread->exit(0);
delete m_playlistInterface; m_playlistInterface.clear();
delete ui; delete ui;
} }