mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Remove debugging output.
This commit is contained in:
@@ -283,9 +283,6 @@ TreeProxyModel::lessThan( const QModelIndex& left, const QModelIndex& right ) co
|
|||||||
const QString& lefts = textForItem( p1 );
|
const QString& lefts = textForItem( p1 );
|
||||||
const QString& rights = textForItem( p2 );
|
const QString& rights = textForItem( p2 );
|
||||||
|
|
||||||
tDebug() << lefts << albumpos1;
|
|
||||||
tDebug() << rights << albumpos2;
|
|
||||||
|
|
||||||
if ( albumpos1 != albumpos2 )
|
if ( albumpos1 != albumpos2 )
|
||||||
return albumpos1 < albumpos2;
|
return albumpos1 < albumpos2;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user