diff --git a/src/libtomahawk/playlistinterface.cpp b/src/libtomahawk/playlistinterface.cpp index fe9495e01..7e381a90d 100644 --- a/src/libtomahawk/playlistinterface.cpp +++ b/src/libtomahawk/playlistinterface.cpp @@ -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(); }