mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
Fix some compilation errors from the merge
This commit is contained in:
parent
073cbbaad5
commit
a4f65cbcc2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user