1
0
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:
Jeff Mitchell 2011-12-10 12:02:02 -05:00
parent 2a96048b7c
commit 075a5a0f14

View File

@ -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();
}