mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix some compilation errors from the merge
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
namespace Tomahawk
|
||||
{
|
||||
|
||||
class DLLEXPORT Artist : public QObject, public Tomahwk::PlaylistInterface
|
||||
class DLLEXPORT Artist : public QObject, public Tomahawk::PlaylistInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@@ -111,7 +111,7 @@ WhatsHotWidget::WhatsHotWidget( QWidget* parent )
|
||||
WhatsHotWidget::~WhatsHotWidget()
|
||||
{
|
||||
m_workerThread->exit(0);
|
||||
delete m_playlistInterface;
|
||||
m_playlistInterface.clear();
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user