mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
* Removed silly debug which slowed down sorting massively.
This commit is contained in:
@@ -300,8 +300,6 @@ TrackProxyModel::removeIndexes( const QList<QPersistentModelIndex>& indexes )
|
|||||||
bool
|
bool
|
||||||
TrackProxyModel::lessThan( const QModelIndex& left, const QModelIndex& right ) const
|
TrackProxyModel::lessThan( const QModelIndex& left, const QModelIndex& right ) const
|
||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO;
|
|
||||||
|
|
||||||
TrackModelItem* p1 = itemFromIndex( left );
|
TrackModelItem* p1 = itemFromIndex( left );
|
||||||
TrackModelItem* p2 = itemFromIndex( right );
|
TrackModelItem* p2 = itemFromIndex( right );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user