mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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()
|
||||
{
|
||||
delete m_rootItem;
|
||||
// delete m_rootItem;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user