mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user