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:
parent
313cba4c29
commit
9c3a876e1b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user