mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Fix some compilation errors from the merge
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user