mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-28 11:42:42 +01:00
* Removed silly debug which slowed down sorting massively.
This commit is contained in:
parent
1ecab22b4d
commit
251599e36e
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user