mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-02 20:28:14 +02:00
* Don't manually delete the root item. This speeds up shut down, since the proxy will be disconnected before the root item gets deleted (automatically).
This commit is contained in:
@@ -45,7 +45,7 @@ TrackModel::TrackModel( QObject* parent )
|
|||||||
|
|
||||||
TrackModel::~TrackModel()
|
TrackModel::~TrackModel()
|
||||||
{
|
{
|
||||||
delete m_rootItem;
|
// delete m_rootItem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user