1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-05 08:32:42 +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

@ -1,5 +1,5 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
*
*
* Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org>
*
* Tomahawk is free software: you can redistribute it and/or modify
@ -45,7 +45,7 @@ TrackModel::TrackModel( QObject* parent )
TrackModel::~TrackModel()
{
delete m_rootItem;
// delete m_rootItem;
}