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:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user