From 075a5a0f143ff94ddefb05e0dfc0bec96a1f1d5f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sat, 10 Dec 2011 12:02:02 -0500 Subject: [PATCH] Add some debug --- src/libtomahawk/playlistinterface.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); }