mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
Add some debug
This commit is contained in:
parent
2a96048b7c
commit
075a5a0f14
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "playlistinterface.h"
|
||||
|
||||
#include "utils/logger.h"
|
||||
#include "result.h"
|
||||
|
||||
using namespace Tomahawk;
|
||||
@ -30,6 +30,7 @@ PlaylistInterface::PlaylistInterface ( QObject *parent )
|
||||
|
||||
PlaylistInterface::~PlaylistInterface()
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO << "DELETING POINTER " << m_sharedPtr.data();
|
||||
m_sharedPtr.clear();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user