1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Just some qDebug

This commit is contained in:
hugolm84 2011-09-06 14:24:39 +02:00 committed by Leo Franchi
parent 0a68b36295
commit bb09c15c30
2 changed files with 0 additions and 2 deletions

View File

@ -353,7 +353,6 @@ TrackModel::removeIndexes( const QList<QModelIndex>& indexes )
}
}
TrackModelItem*
TrackModel::itemFromIndex( const QModelIndex& index ) const
{

View File

@ -95,7 +95,6 @@ public:
virtual void append( const Tomahawk::album_ptr& album ) = 0;
TrackModelItem* itemFromIndex( const QModelIndex& index ) const;
TrackModelItem* m_rootItem;
signals: