mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
Get rid of now-unneeded qsharedptr
This commit is contained in:
parent
2c3bf472bc
commit
b72863a1ff
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user