mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Get rid of now-unneeded qsharedptr
This commit is contained in:
@@ -29,8 +29,6 @@ PlaylistInterface::PlaylistInterface ()
|
||||
|
||||
PlaylistInterface::~PlaylistInterface()
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO << "DELETING POINTER " << m_sharedPtr.data();
|
||||
m_sharedPtr.clear();
|
||||
}
|
||||
|
||||
result_ptr
|
||||
|
@@ -87,8 +87,6 @@ signals:
|
||||
private:
|
||||
Q_DISABLE_COPY( PlaylistInterface )
|
||||
|
||||
Tomahawk::playlistinterface_ptr m_sharedPtr;
|
||||
|
||||
QString m_filter;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user