1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-08 23:26:40 +02: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 "playlistinterface.h"
#include "utils/logger.h"
#include "result.h" #include "result.h"
using namespace Tomahawk; using namespace Tomahawk;
@@ -30,6 +30,7 @@ PlaylistInterface::PlaylistInterface ( QObject *parent )
PlaylistInterface::~PlaylistInterface() PlaylistInterface::~PlaylistInterface()
{ {
tDebug() << Q_FUNC_INFO << "DELETING POINTER " << m_sharedPtr.data();
m_sharedPtr.clear(); m_sharedPtr.clear();
} }