mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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
|
||||
TrackProxyModel::lessThan( const QModelIndex& left, const QModelIndex& right ) const
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
|
||||
TrackModelItem* p1 = itemFromIndex( left );
|
||||
TrackModelItem* p2 = itemFromIndex( right );
|
||||
|
||||
|
Reference in New Issue
Block a user