1
0
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:
Christian Muehlhaeuser
2011-04-06 06:18:00 +02:00
parent dc43452bfc
commit ab2443792a

View File

@@ -45,7 +45,7 @@ TrackModel::TrackModel( QObject* parent )
TrackModel::~TrackModel()
{
delete m_rootItem;
// delete m_rootItem;
}