mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
Just some qDebug
This commit is contained in:
@@ -353,7 +353,6 @@ TrackModel::removeIndexes( const QList<QModelIndex>& indexes )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
TrackModelItem*
|
TrackModelItem*
|
||||||
TrackModel::itemFromIndex( const QModelIndex& index ) const
|
TrackModel::itemFromIndex( const QModelIndex& index ) const
|
||||||
{
|
{
|
||||||
|
@@ -95,7 +95,6 @@ public:
|
|||||||
virtual void append( const Tomahawk::album_ptr& album ) = 0;
|
virtual void append( const Tomahawk::album_ptr& album ) = 0;
|
||||||
|
|
||||||
TrackModelItem* itemFromIndex( const QModelIndex& index ) const;
|
TrackModelItem* itemFromIndex( const QModelIndex& index ) const;
|
||||||
|
|
||||||
TrackModelItem* m_rootItem;
|
TrackModelItem* m_rootItem;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
Reference in New Issue
Block a user