1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-18 23:17:59 +01:00

* Get rid of compiler warning.

This commit is contained in:
Christian Muehlhaeuser 2014-08-27 21:27:17 +02:00
parent 313cba4c29
commit 9c3a876e1b

View File

@ -87,7 +87,7 @@ InboxModel::unlistenedCount( const QModelIndex& parent ) const
void
InboxModel::insertEntries( const QList< Tomahawk::plentry_ptr >& entries, int row, const QModelIndex& /* parent */, const QList< Tomahawk::PlaybackLog >& /* logs */ )
InboxModel::insertEntries( const QList< Tomahawk::plentry_ptr >& entries, int /* row */, const QModelIndex& /* parent */, const QList< Tomahawk::PlaybackLog >& /* logs */ )
{
QList< Tomahawk::plentry_ptr > toInsert;
for ( QList< Tomahawk::plentry_ptr >::const_iterator it = entries.constBegin();